|
Use the search box above to search for documents in
this web site containing specific words or combinations of words. The
text search engine will display a weighted list of matching documents,
with better matches shown first.
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:
- annual conference
- finds documents containing
'annual' or 'conference'
- annual or conference
- same as above
- annual and conference
- finds documents containing both
'annual' and 'conference'
- conference not annual
- finds documents containing
'conference'
but not 'annual'
- (conference not
annual)
and 2002
- finds documents containing '2002', plus
'conference' but not 'annual'
- con*
- finds documents containing words starting
with 'con', such as 'conference' and 'congress'
|