Hash
House Harrier Songbook
Search Engine Query Language
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:
hash
house
finds documents
containing 'hash' or 'house'
hash
or house
same as above
hash
and house
finds documents
containing both 'hash' and 'house'
hash
not house
finds documents
containing 'hash' but not 'house'
(hash
not house) and harrier
finds documents
containing 'harrier', plus 'hash' but not
'house'
hash*
finds documents
containing words starting with 'hash'