First time here? Check out the FAQ!
0

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 ?

jjurga's avatar
1
jjurga
asked 2014-03-27 08:38:32 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

i found answer. Change one line in bottom_scripts

else if (activeTab === 'tags') { var search = new FullTextSearch(); search.decorate(searchInput); }

jjurga's avatar
1
jjurga
answered 2014-04-02 02:19:27 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments