Boolean Operators
You use Boolean Operators to string together keywords to expand or narrow the number of results you’ll get in a search. You can use these to string together as many search terms as you would like, but they must be place in between each one.
AND
The AND operator will search for item records in which all keywords used will appear, thus narrowing your search results. Items will only show up if BOTH keywords are present.
Example: libraries AND books
This search will only look for items in which the keywords libraries and books both appear.
OR
The OR operator will search for item records in which EITHER or BOTH keywords are present, thus expanding your search.
Example: libraries OR books
This search will look for item records in which the keywords libraries only appear, books only appear, and in which libraries and books both appear.
NOT
The NOT operator is used to exclude keywords from searches, thus narrowing your search results.
Example: libraries NOT books
This search will look for item records in which the keyword libraries appear, but not the keyword books.