Boolean Operator |
Search Example |
Retrieves |
Venn Diagram |
---|---|---|---|
AND
|
rivers AND salinity |
Retrieves articles that contain both the words river and salinity. |
|
OR
|
fruit OR vegetables
|
Returns articles that contain either the word fruits or vegetables. | |
NOT
|
fruit NOT apples | Returns articles that contain the word fruits but do not contain the word apples. |
In the above examples, we showed the use of Boolean operators with 2 search terms; however, you can join any number of terms with Boolean operators.
In the examples below, you'll notice that we use parentheses to group search terms and operators. The parentheses tell the search engine how to read your search statement. Remember when you learned about order of operations in math and using parentheses? Same concept.
Search Example |
Retrieves |
Venn Diagram |
---|---|---|
Europe AND dairy products AND export | Articles that contain all of the following words: dairy products, Europe, and export. | |
canoeing AND (kayaking OR sculling) | Articles that contain the both of the words canoeing and sculling; also brings back articles that contain both of the words canoeing and kayaking. | |
South America AND (puma OR panther) NOT Brazil | Articles that contain the terms South America and Puma; articles that contain the terms South America and Panther. Will not bring back articles with the term Brazil. |