Wildcard Searches
Cascade Server supports single and multiple character wildcard searches:
- To perform a single character wildcard search, use the "?" symbol.
- To perform a multiple character wildcard search, use the "*" symbol.
The single character wildcard search looks for terms that match with the single character replaced. For example, to search for "text" or "test" you can use the search:
te?t
Multiple character wildcard searches look for 0 or more characters. For example, to search for test, tests or tester, you can use the search:
test*
You can also use the wildcard searches in the middle of a term.
te*t
Additional Notes
You cannot use a * or ? symbol as the first character of a search.
Last modified on Mon, 14 Jan 2008 13:04:35 -0500
Comments
Top / Previous / Next / Up / Table of Contents