jjurga's profile - activity
2014-04-02 02:19:27 -0600 | answered a question | How to set search box under 'Tags' tab to search by questions like on main page, not by tag name ? i found answer. Change one line in bottom_scripts else if (activeTab === 'tags') { var search = new FullTextSearch(); search.decorate(searchInput); } |
2014-03-27 08:38:32 -0600 | asked a question | How to set search box under 'Tags' tab to search by questions like on main page, not by tag name ? Hello,Under Tags tab I need to have search box working like this on main page where question are searched not tags. Is it possible to achieve that without rebuilding whole platform ? |