Search Syntax
+word
Placing a plus sign in front of a word will require that all records
returned by the search contain that word.
-word
Placing a minus sign in front of a word will ensure that no records
returned by the search contain the word.
"phrase search"
Placing quotes around a string of words will direct the search to return
records containing the string of words in the specified order.
+"phrase search"
Placing a plus sign in front of a quoted string of words will require
that all records returned by the search contain the string of words in
the specified order.
-"phrase search"
Placing a minus sign in front of a quoted string of words will ensure
that no records returned by the search will contain the string of words
in the specified order.