Search Criteria
While defining the search criteria, you can specify a text entry or choose from a cyclic field, depending on the type of value you want to search for. To search for multiple objects, you can use wild card characters such as asterisk (*) and dot (.).
-
The asterisk (
*) searches for the entry that you provide, with any number of unspecified characters before, after, and/or between any characters in your entry. For example, to search for all instances that havePInstat the beginning of their names, you specify the entry as “PInst*”. -
The dot (
.) searches for the entry that you provide, with any single unspecified character at any position in your entry. For example, to search for all instances that haveInstin their names irrespective of the first character, you specify the entry as “.Inst*”.
The use of a wild card character to search for multiple instances returns all results that meet the specified criterion, even if you are looking only for fewer instances. For example, if you are searching for only PInst1 and PInst2 out of all the instances that have PInst at the beginning of their names, specifying the search criterion as one of the following does not give the desired results:
The following table lists the wildcard characters that you can include in a search string.
| Wildcard Character | Description | Example |
|---|---|---|
The following table lists some more examples of search strings that include wildcard characters.
| Expression | Result |
|---|---|
|
Finds |
|
Related Topics
Return to top