Announcement

Collapse
No announcement yet.

Search Help

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

    Search Help

    Hi,

    I'm using a simple search string to display a list of products in groups.. So for instance I use the link below to display certain products...

    http://www.aware.aissys.com/cgi-bin...B=A&PR=-1&SHOP=

    I want to be able to use a double search string, so rather than just 'boxer' I want to be able to display the results of 'boxer' and 'trunks' for instance, within the search string... i.e.

    http://www.aware.aissys.com/cgi-bin...B=A&PR=-1&SHOP=

    Is there anyway of doing this? I've tried a few things and it comes up with no results...

    Can you use an 'OR' operator? Rather than the default 'AND'?

    I'd rather not go down the route of custom properties, as this will complicate things for the person who will be updating it...

    Thanks
    Stu

    #2
    Edit Act_SimpleSearch.html and change the line

    <input TYPE=HIDDEN NAME="TB" VALUE="A">

    to be

    <input TYPE=HIDDEN NAME="TB" VALUE="O">

    Now the search terms should be OR'd.

    Norman
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment

    Working...
    X