| Operator
| Effect
| Example
|
| AND |
Searches for documents that have both words. |
Boston AND Architecture |
| OR |
Searches for documents that have either word. |
Boston OR Architecture |
| NOT |
Eliminates documents where the word is found. |
Boston NOT Architecture |
Note: A comma can be used instead of OR in search criteria. So a search for Boston, Architecture is the same as a search for Boston OR Architecture.
Back to Search
|

|