Wildcard | Description | Example |
|---|---|---|
* | The asterisk (*) is a placeholder for 0 or more characters. Use this at the end of a word to include its various endings. | Example search term: depreciat*
Finds: "depreciate", "depreciates", "depreciated", and "depreciation" |
? | The question mark (?) replaces a single character in the term and can be used anywhere in a search except at the beginning. It can also be used multiple times in a single term. | Example search: IR?
Finds: "IRS", "IRA", "IRC" |
# | Use the hashtag or number sign (#) at the beginning of a term to exclude plurals or equivalencies in the results. | Example search term: #damage
Finds: damage Does not find: damages, damaged |
- | Use the hyphen (-) to allow variations of the same phrase that may sometimes be hyphenated. | Example search term: e-mail
Finds: "e-mail", "e mail", and "email" |