Using a wildcard search string
To achieve a search that does not contain the full search string is to use a wildcard search.
About this task
- (*) - match any number of characters
- (?) - substitutes for any one character in the search keyword
Procedure
- Select the content management system attribute on the item data entry screen.
- For any attribute, select LIKE or LIKE IGNORECASE in the attribute Option drop-down.
- Provide a wildcard text string. For example,
Dav*
. - Click Search. This search displays
any results that start with
Dav
ordav
.