To help expand or refine your search results, DISCO supports truncation, fuzzy, or proximity searches.
- ! Truncation search or root expander; can be used at the beginning of a term, end of a term, or both
- ~ Fuzzy searching allows for the addition, deletion, or substitution of up to two letters in a word.
- /n Proximity search, searching within n words, in any order
- +n Proximity search, searching within n words, in prescribed order
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). |
Truncation (!) |
!contract |
Documents that contain any term ending with contract, for example, subcontract |
Truncation (!) |
filename(!contract!) |
Documents with the term contract anywhere in the file name |
Fuzzy (~) |
guaranty~ |
Minor spelling variations. In this example, the word guaranty, or words similar to guaranty, like guarantee or garanty. Fuzzy searching allows for the addition, deletion, or substitution of up to two letters in a word. |
Proximity (/) |
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.
|
Proximity (+) |
contract +10 signed |
For contract +10 signed, the word contract within ten words of signed where contract must precede signed. |