To perform a single character wildcard search use the ? symbol.
For example, to search for "woman" or "women" you can use the search:
wom?n
To perform a multiple character, 0 or more, wildcard search use the * symbol.
For example, to search for test, tests or tester, you can use the search:
test*
You can also use the wildcard searches in the middle of a term.
te*t
Note: You cannot use a * or ? symbol as the first character of a search.
Use the tilde ~ symbol at the end of a Single word Term. For example, to search for variant spellings of "Tchaikovsky," use the fuzzy search:
Tchaikovsky~
An additional parameter can specify the required similarity. The v