Announcement

Collapse
No announcement yet.

I want the Quick Search to be able to search for several keywords at once, rather...

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    I want the Quick Search to be able to search for several keywords at once, rather...

    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.
    Last edited by G.W.Green; 16-Aug-2017, 08:27 AM.
Working...
X