You may search our web site for all documents containing
matching words or patterns.
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:
- War
Peace
- finds documents containing 'War' or 'Peace'
- War
or Peace
- same as above
- War
and Peace
- finds documents containing both 'War' and 'Peace'
- Peace not War
- finds documents containing 'Peace' but not 'War'
- (Peace not War) and RPG
- finds documents containing 'RPG', plus 'Peace' but not
'War'
- com*
- finds documents containing words starting with
"com"