Query terms support modifiers to provide a wide range of searching options.
Single and multiple character wildcard searches are supported.
To perform a single character wildcard search use the “?” symbol.
To perform a multiple character wildcard search use the “*” symbol.
The single character wildcard search looks for terms that match that with the single character replaced. For example, to search for “text” or “test” you can use the search:
te?t |
Multiple character wildcard searches looks for 0 or more characters. For example, to search for test, tests or tester, you can use the search:
test* |
te*t |
Note | |
---|---|
You cannot use a * or ? symbol as the first character of a search. |