To retrieve the most relevant results when searching in a library database, you will need to construct search statements.
A search statement is a combination of keywords, boolean operators, and truncation symbols that can be entered into the search box of a library database or search engine.
Boolean Operators are connector words, such as AND, OR, and NOT, used to combine your keywords in order to get more focused search results.
Operator | Example | Results |
---|---|---|
AND | legislation AND "campaign finance"; genetics AND autism | Results contain ALL of the search terms |
OR | gender OR women; Burma OR Myanmar | Results contain ANY of the search terms, but not necessarily all of them |
NOT | java NOT coffee; | Excludes results containing the second search term |
Use parentheses to "nest" synonyms or related terms combined using OR. This tells the computer how to search your keywords!
Example:
Place quotation marks around a search phrase to search for exactly that phrase.
Example:
*?!+$
Truncation symbols allow you to look for variations of words as you search, and they usually broaden your results.
For example: a search for poet* would give results including the words poet, poets, and poetry.
Note: The truncation symbol varies by database; you can check the "help" or "search tips" page for details. Most of our databases use the * symbol