- How To Search:
- Type word(s) into the entry box (above) that you want to search for,
then click [Search]. Capitalization doesn't matter.
- Exact Phrase:
- Search for exact phrases by surrounding words in double quotes.
- Boolean Operators:
- Use + in front of each word or a quoted phrase that you require.
Use - in front of each word that you want to exclude.
- Boolean Expressions:
- Use AND, OR, NOT to form a Boolean expression.
Use double quotes to protect the words "and", "or", or "not" in a phrase.
Examples:
| Query |
Gets the documents with |
| stock market |
'stock' or 'market' or both |
| "stock market" |
the phrase 'stock market' |
| +stock +market |
'stock' and 'market' |
| +stock -market |
'stock' but not 'market' |
| +president -"United States" |
'president' but not 'United States' |
| (stock OR market) AND NOT president |
'stock' or 'market', and without 'president' |
|