|
Operator
|
|
Description
|
|
"word1 word2 ..."
|
|
The quotes "..." operator will do a search that contains the exact phrase included in quotes.
|
|
word1 and word2
|
|
The and operator will search for results that contain all the words before and after the operator. The operator is not case sensitive. Quotes can be used on the left or right side of the operator for a phrased search.
|
|
word1 or word2
|
|
The or operator searches any instance of the words before or after the operator. The operator is not case sensitive. Quotes can be used on the left or right side of the operator for a phrased search.
|
|
word1not word1
|
|
The not operator searches for results that do not contain any of the words after the operator.
|
|
case
|
|
Lowercase terms match any case. If uppercase is used, then case is matched exactly as typed.
|
|
no operator
|
|
If no operators are used, search results will include any instances of any words typed.
|
|