Wildcard Represents
| Description
|
---|---|
Placeholder for all characters to the end
| The search looks for the characters to the left of the wildcard, and accepts any characters thereafter. For example, if you specified the following search criteria for First Name:
Mar* or
Mar%
IDD could return results for:
Mary ,
Mark ,
Marilyn ,
Marty |
Placeholder for a single character
| The search accepts any single character in the position of the wildcard. For example, if you specified the following search criteria for First Name:
T*m or
T%m
IDD could return results for:
Tim ,
Tom |