CAN I SEARCH USING WILD CARDS?
Search currently allows all of the conventions on this link for finding values in forms’ metadata (title, author, description). This includes:
- % Any string of zero or more characters
- _ (underscore) Any single character.
- [ ] 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]).
For finding values forms’ content, search does not support any wildcards.