| To open the Advanced search dialog, do one of the following: 
 | 
The Advanced search dialog enables you to perform any of the following word searches:
You must enter something in at least one of the fields.
Pattern searching may also be provided. The following wildcard patterns are supported:
| Character | Description | 
| % | Any string of zero or more characters. | 
| _ (underscore) | Any single character. | 
| [] (square brackets) | Any single character within the specified range ([a-f]) or set ([abcdef]). | 
| [^] | Any single character not within the specified range ([^a-f]) or set ([^abcdef]). | 
Examples
| Pattern | Match | 
| %computer% | "computer" anywhere in the field text. | 
| _ ean | 4-letter field text ending in "_ean" (Dean, Sean, etc.) | 
| [C-P]arsen | Field text ending in "arsen" and starting with any single character between C and P (Carsen, Larsen, Karsen, etc.). | 
| De[^|]% | Field Text starting in "De" where the following character is not "|". |