|
Text Search
Brad Berson's Bureau of the Bizarre
The text search engine allows queries to be
formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and
grouped with parentheses. For example:
sick twisted
finds documents containing 'sick' or 'twisted''
sick or twisted
same as above
sick and twisted
finds documents containing both
'sick' and 'twisted''
sick not twisted
finds documents containing 'sick' but
not 'twisted''
(sick not twisted) and demented
finds documents containing
'demented', plus 'sick' but not 'twisted''
perv*
finds documents containing words
starting with 'perv'
|