To help expand or refine your search results, DISCO supports truncation, fuzzy, or proximity searches.
To perform a truncation, fuzzy, or proximity search, use the following syntaxes.
Search type |
Example |
Finds documents with... |
Truncation (!) |
contract! |
All versions of root word endings. In this example, the word contract or any word that begins with contract (such as contracts, contracting, and contractually). |
Fuzzy (~) |
guaranty~ |
Minor spelling variations. In this example, the word guaranty, or words similar to guaranty, like guarantee or garanty. Similarity is between 0 and 1 and defaults to 0.5. You can set this directly after the tilde (for example, guaranty~0.8). |
Proximity (/#) |
contract /10 signed contract +10 signed |
Certain terms or phrases within a defined range of word count. For contract /10 signed, the word contract within ten words of signed where signed could precede contract. For contract +10 signed, the word contract within ten words of signed where contract must precede signed. |