Page 1 of 1
OR searches
Posted: Tue Sep 07, 1999 10:48 am
by Thunderstone
I searched the message archives for this question, but without any luck.
Is it possible to do OR searches? For example, "tomato OR potato"?
Trying that search seems to result in the OR being treated as an AND. It
looks like the Vortex script is not what does the search parsing.
Thanks.
--
Joshua Gilbert, Internet Administrator
Corel Corporation,
joshuag@corel.com
(613) 728-0826 x5300
Do you know about Corel's involvement with Linux?
Visit us at
http://linux.corel.com
OR searches
Posted: Tue Sep 07, 1999 12:18 pm
by Thunderstone
That can be accomplished by using an intersection of 0
e.g.: tomato potato @0
http://www.thunderstone.com/webinator/help25.html#logic
To enable intersection searching, you will have to modify your search
script slightly. You will need to enable
<apicp alintersects 1>
http://www.thunderstone.com/vortexman/node84.html
and
<SQL "set likepallmatch=0"></SQL>
http://www.thunderstone.com/texisman/node151.html
Look at the <fpar> function of the default search script where other
settings are adjusted.