index

index

Search Operators

Search operators AND, OR, and NOT may be used to combine terms in order to broaden or narrow retrieval.

Case does not matter when using search operators. For example, OR, Or, and or return the same results.

index

index

Boolean Operators

AND

Use AND to find records containing all terms separated by the operator.

OR

Use OR to find records containing any of the terms separated by the operator.

NOT

Use NOT to exclude records containing certain words from your search.

index

Search Operator Precedence

If you use different operators in your search, the search is processed according to this order of precedence

  1. NOT
  2. AND
  3. OR

index

copper OR lead AND algae finds all records in which both lead AND algae are present as well as all records in which the word copper is present.

(copper OR lead) AND algae finds all records in which the word algae is present together with either copper or lead.

index

Use of Parentheses

Use parentheses to override operator precedence. The expression inside the parentheses is executed first.

(cadmium AND gill*) NOT Pisces finds records containing both cadmium and gill (or gills), but excludes records containing the word Pisces.

index

AND Examples

Beverage AND bottle finds records containing both terms.

Beverage AND bottle AND beer finds records containing all three terms.

index

OR Example

Beverage OR bottle finds records containing either beverage or bottle (or both).

index

NOT Example

Beverage NOT bottle finds records containing beverage but excludes records containing bottle.