Advanced Search Methods
Searching with Wildcards
- To perform a single character wildcard search, use the "?" symbol. For example, to search for "text" or "test" you can search for: te?t. Single character searches are only supported for single term searches, not quoted phrases.
- To perform a multiple character wildcard, use the "*" symbol. For example, to search for test, tests, tester or testing, you can search for test*.
- ? or * or both can be used at any place of the search terms. Searching for *wr?t* will return results for: "write", "wrote", "written", "rewrite", "rewrote" and so on.
Searching Specific Attributes
Instead of using the default search method which includes all attributes and content, you may specify the area(s) you wish to include in your search. You may find this method helpful if you know the attribute you are looking for is also referenced within the content of other files.
- title:"The Right Way" will only return documents with the title attribute of "The Right Way".









