OR query

Post Reply
User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

OR query

Post by Thunderstone »



Is it possible to construct a webinator query that will produce similar
results to the boolean

bill AND bob OR jack OR joe

surfboard AND wetsuit AND (laguna OR newport OR huntington)

??




User avatar
Thunderstone
Site Admin
Posts: 2504
Joined: Wed Jun 07, 2000 6:20 pm

OR query

Post by Thunderstone »




This is ambiguous, depending on the precendence of AND and OR.
I'll assume you mean: bill AND (bob OR jack OR joe). You can use
a parenthetical list to denote a list of OR terms:

bill (bob,jack,joe)


Use: surfboard wetsuit (laguna,newport,huntington)

See the Webinator Search Help for more info:
http://www.thunderstone.com/webinator/help25.html.

-Kai



Post Reply