You can use the following wildcard operators when searching:
| Wildcard | Definition |
| ? | Specifies one alphanumeric character. |
| * | Specifies one or more of any alphanumeric characters. You should not use * to specify the first character of a wildcard string. |