How do I use wildcards?
From 1Archive help
Revision as of 10:55, 25 October 2016 by Onea (talk | contribs) (Created page with "In order to facilitate your search, you can make use of wildcards. There are two wildcards available: * '''*''' * '''%''' <br/> Both wildcards work as follows: * '''*text''' o...")
In order to facilitate your search, you can make use of wildcards. There are two wildcards available:
- *
- %
Both wildcards work as follows:
- *text or %text: searches for all values ending with value "text".
- text* or text%: searches for all values beginning with value "text".
- te*xt or te%xt: searches for all values beginning with "te" and ending with "xt".
If you just type "text", the search will be based on "text*". |
Searching for values in 1Archive is not case sensitive. |
Using these wildcards is only possible in search dialogs. For example: the search dialog for suppliers in the document view. |