Search supports question mark (?) and asterisk (*) wildcards. When using wildcards in terms, keep the following in mind:
The following table provides examples of wildcard usage:
Syntax | Description |
---|---|
te?t | Searches for files containing words that contain single, alternate characters in place of the question mark (?). For example, this search syntax would find files containing the words "text" or "test". |
test* | Searches for files containing words that contain zero or more characters in place of the asterisk (*). For example, this search syntax would find files containing the words "test", "tests", "tester", or "testing". |
*ing | Unsupported syntax. You cannot use wildcards to begin a search. |