SEARCH HELP

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:

Alberta camping
finds documents containing 'Alberta' or 'camping'

 
Alberta or camping
same as above

 
Alberta and camping
finds documents containing both 'Alberta' and 'camping'

 
Alberta not camping
finds documents containing 'Alberta' but not 'camping'

 
(Alberta not camping) and dining
finds documents containing 'dining', plus 'Alberta' but not 'camping'

 
Camping*
finds documents containing words starting with 'Camping'