|
|
Search Instructions
- To perform a single character wildcard search use the "?" symbol. Example : Dia?ond
- To perform a multiple character wildcard search use the "*" symbol. Example : Diamo*.
- To do a fuzzy search use the tilde, "~", symbol at the end of a Single word Term.
For example to search for a term similar in spelling to "Diamond" use the fuzzy search: Diamond~
- The AND operator matches documents where both terms exist anywhere in the text of a single document. Example : Diamond AND Parviz
- The OR operator links two terms and finds a matching document if either of the terms exist in a document.
- The NOT operator excludes documents that contain the term after NOT.
|