| OPERATOR | EFFECT | EXAMPLE |
| AND | Searches for documents that have both words. | vpn AND streaming |
| OR | Searches for documents that have either word. | vpn OR streaming |
| NOT | Eliminates documents where the word is found. | vpn NOT streaming |
Note: A comma can be used instead of OR in search criteria. So a search for vpn, streaming is the same as a search for vpn OR streaming.
[ Back to Search ]
