Here are some common methods for database searching.
Some databases may use different characters. Contact bis@library.illinois.edu for more help.
Type |
How To Use |
Example |
Quotation Marks |
Use quotation marks to search an exact phrase. |
"medical marijuana" will search for the words together rather than separately.
- "Internet of Things"
- "Computer Security"
|
Truncation/Stemming |
Searches variations of the same word. To do this, place an asterisk at the end of the word.
|
teach* will search teach, teacher, teaching, teachable
child* will search child, children, childhood, childcare
|
Wildcard |
Place a question mark where more than one character could be used. |
col?r will search 'color' and 'colour'
wom?n will search 'women' and 'woman'
|