Skip to Main Content

Advanced Search Strategies

Advanced searching techniques to focus and control database search results while retrieving more relevant results.

Using Truncation & Wild Cards

Truncation and wildcard symbols allow for searches with unknown characters, multiple spellings or various endings.

Symbol Use
Asterisk (*) Matches multiple characters; typically used to find word endings.
Hashtag (#) Matches one optional character.
Question mark (?) Matches exactly one character.

Truncation Asterisk (*)

Truncation Action Example
Find variants of a root word by replacing the ending of the root with an asterisk (*) animat* will retrieve animate, animates, animation, animator, animatronics
Use the truncation asterisk within words to find multiple characters hea*one will retrieve headphone, headstone, hearthstone
Use truncation asterisk to replace a single word within a phrase midsummer * dream will retrieve midsummer night's dream, midsummer day's dream

Wildcards

Symbol Action Example
Hashtag (#) Alternative spellings Colo#r finds color and colour
Question mark (?) Unknown character Thomps?n finds Thompson, Thompsen

Wildcards and truncation can be combined in search terms:

Colo#r* = color, colour, colorized, colourized, colorblind, colourblind, etc.