Walk through the tutorial to learn more about wildcards, along with other helpful tricks for using the Library databases.
Databases usually default to AND as the primary operator and connect concepts tied together with AND first. You can use parentheses ( ) to indicate to the database how you want your terms to be connected.
Wildcard searching is useful when you have multiple spellings for a word. They can be placed at the end of a word or within a word.
Question Mark ?: This represents a single character anywhere in a word. It's useful when a word has variable spellings, and you want to search for all of them at once.
colo?r will return results for both color and colour.Gr?y will return results for both gray or greyWhat is Truncation?
Truncation is useful when you have search terms that are "root" terms. For example: teen, teens, teenager. By adding an asterisk * to the end of the root term, you can search for all the variations in one search.
Music* will return results that include Musical, musician, musicians, musicality Politic* will return results that include Politics, political, politically