I want the Quick Search to be able to search for several keywords at once, rather than just looking for products which have all the keywords entered in it.
Version 8 and later
Please go to 'Settings | Site Options | Layout' and under the 'Site' group, make a note of what layout is entered into the 'Quick Search Bar Layout'.
Then go to 'Design | Library | Layouts | Quick Search Bar' and open the layout that you found above.
In the layout code you would see
<input name="TB" value="A" type="hidden"/>
Change this to:-
<input name="TB" value="O" type="hidden"/>
Click 'Apply' then update the site.
Version 7 and earlier
Please open the template 'Act_SimpleSearch.html' and locate the line: -
<input TYPE=HIDDEN NAME="TB" VALUE="A">
and replace this with: -
<input TYPE=HIDDEN NAME="TB" VALUE="O">
Save the file and close it, then upload the site.
Version 8 and later
Please go to 'Settings | Site Options | Layout' and under the 'Site' group, make a note of what layout is entered into the 'Quick Search Bar Layout'.
Then go to 'Design | Library | Layouts | Quick Search Bar' and open the layout that you found above.
In the layout code you would see
<input name="TB" value="A" type="hidden"/>
Change this to:-
<input name="TB" value="O" type="hidden"/>
Click 'Apply' then update the site.
Version 7 and earlier
Please open the template 'Act_SimpleSearch.html' and locate the line: -
<input TYPE=HIDDEN NAME="TB" VALUE="A">
and replace this with: -
<input TYPE=HIDDEN NAME="TB" VALUE="O">
Save the file and close it, then upload the site.