George Boole, an English mathematician in the 19th century, developed "Boolean Logic" in order to combine certain concepts and exclude certain concepts when searching databases.
Pronunciation: BOO-le-un
Boolean logic is a building block of many computer applications and is an important concept in database searching. Using the correct Boolean operator can make all the difference in a successful search.
These databases are not intuitive like Google is. For example, if you search for Used cars for sale in Google, you will get results equivalent to the searches Used Toyotas for sale or Used SUVs for sale. With these databases, however, you will get exactly what you asked for. They won't give us information about used SUVs because we didn't ask for it. That's why it's important to have as many search terms as possible.
There are three basic Boolean search commands: OR, AND and NOT. They each serve a different purpose.
OR tells the database that any of your search terms can be present in the resulting records. It can also connect two or more similar concepts (synonyms). Use OR to search for similar search terms or synonyms. This will give you MORE results.
Example: (bedsores OR pressure sores OR pressure ulcers)
AND tells the database that all search terms must be present in the resulting records. Use AND to combine different search terms or search phrases. AND will give you LESS results.
Example: (bedsores OR pressure sores OR pressure wounds) AND (children OR pediatrics)
NOT tells the database to ignore concepts that may be implied by your search terms. NOT will exclude words from your search. Note: sometimes AND NOT is used; this serves the same function as NOT.
Example: (bedsores OR pressure sores OR pressure wounds) AND (children OR pediatrics) NOT (outpatient)
Similar to math, search order and parentheses matter! Databases follow commands and return results based on those commands. Be aware of the logical order in which words are connected when using Boolean operators. Each different concept should be enclosed within its own set of parentheses.
For example: dengue OR malaria AND zika can be interpreted as:
If you're searching for a phrase rather than just a single word, you can group the words together with quotation marks. It prevents a phrase or group pf words from being split up will return only items with that exact phrase.
Instead of: (bedsores OR pressure sores OR pressure wounds) AND (children OR pediatrics)
Try this: (bedsores OR "pressure sores" OR "pressure wounds") AND (children OR pediatrics)
Asterisks allow for truncation and will catch all endings of a word. Truncation instructs the database that it should search for the root of the word you have typed in and then retrieve any alternate endings. This is useful for searching for plurals without having to type out both the singular and plural in your search, but will find also find any other alternative endings. Note: not all alternative endings will be appropriate.
Instead of: (bedsores OR “pressure sores” OR “pressure wounds") AND (children OR pediatrics)
Try this: (bedsore* OR “pressure sore*” OR “pressure wound*") AND (child* OR pediatric*)