Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Auto Boolean Searches (and, or)

Quote Reply
Auto Boolean Searches (and, or)
How can I automatically make all searches use Boolean 'and' and 'or'? Many searches keep failing because entire keyword don't exist. In addition, I want to be able to restrict certain "general" keywords (e.g., a, site, html),so 1,000,0000 (exaggerated) results won't be returned.
Quote Reply
Re: Auto Boolean Searches (and, or) In reply to
Change the following codes in your search boxes:

Code:
<input type="hidden" name="bool" value="or">

TO the following codes:

Code:
<input type="hidden" name="bool" value="and">

Regards.

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------