Once you have identified the keywords and phrases that describe your topic, the next step is to connect them in a logical way that the database will understand - this is accomplished with the use of Boolean operators: AND, OR, NOT. Boolean operators connect your search words together to either narrow or broaden your set of search results. Some key points about Boolean operators:
In many databases the Boolean operators are built into the search boxes. A database's Help pages will indicate how to construct Boolean searches and which wildcard characters the database supports. In the next module, we will apply these search techniques to searching Omni for books.
Venn diagrams are helpful to visually illustrate how these operators can be used:
Use AND in a search to:
Use OR in a search to:
Use NOT in a search to:
Whenever you have more than one Boolean operator, such as AND and OR, in a search statement, it is necessary to separate them with parentheses. This is known as a "nested searching." Here's an example:
("social movements" OR activism) AND (twitter OR facebook OR "social media") AND occupy
Nested searching tells the database the proper order in which to search for the keywords. Operations enclosed in parentheses are performed first followed by the operators outside the parentheses.
Rules about phrase searching vary from database to database. Some databases require them (without them an AND would be assumed between each word in your phrase, or worse, the database wouldn't be able to interpret your search), others supply them for you. If there is a Help section in the database you are searching, it will indicate whether or not quotation marks are required. In Omni you must use quotation marks for phrases. For example:
"social movements"
"social media"
The wildcard is an advanced search technique that can be used to maximize your search results in library databases. Wildcards are used in search terms to represent one or more other characters.
The two most commonly used wildcards are:
An asterisk (*) may be used to specify any number of characters. It is typically used at the end of a root word, when it is referred to as "truncation." This is great when you want to search for variant endings of a root word.
For example: searching for educat* would tell the database to look for all possible endings to that root. Results will include educate, educated, education, educational or educator. Use the truncation symbol with caution. Depending on your topic, it may be better to use an OR.
For example education OR educational.
A question mark (?) may be used to represent a single character, anywhere in the word. It is most useful when there are variable spellings for a word, and you want to search for all variants at once.
For example, searching for wom?n would return both women and woman.