Boolean Operators
AND only finds results that include ALL your search terms. NARROW.
OR finds results with ANY of your search terms. BROAD.
For example:
- electric power AND transmission
- electrical resistivity AND conductivity
- electric power OR electric energy
Truncation
Truncation is used to search for alternate word endings in a database. Usually its done by placing an asterisk (*) where you consider the end of the word's root to be. But be careful! If you put the asterisk too soon in the word, you'll get too many irrelevant words in your search results. For example:
comp*
- computer
- computing
- computed
- computers
- competition
- complimentary
- complete
- compromise
comput*
- computer
- computing
- computed
Phrase Searching
Adding quotation marks will help you find phrases in a database.
Searching for "human factors" will find results where 'human' and 'factors' appear right beside each other.
Searching for just human factors will find any result where both of those words appear but not necessarily side by side.
Pro Tip: Use all 3 methods together!
Try this:
comput* engineering AND "human factors"