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 ?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
jjurga's avatar
1
jjurga
asked 11 years ago

Comments

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); }

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
jjurga's avatar
1
jjurga
answered 11 years ago
link

Comments

see more comments