|
| |
Site Search
Search our site using key words and logical (boolean) query operators.
 | The text search engine will display a weighted list of matching documents, with better
matches shown first. |
 | Each list item is a link to a matching document. |
 | If the document has a title it will be shown, otherwise only the document's file name is
displayed. |
A brief explanation of the query language is available, along with examples.

Query
Language
The text search engine allows queries to be formed from arbitrary Boolean expressions
containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:
 | Independent Counsel: finds documents containing
'Independent' or 'Counsel'
|
 | Independent or Counsel: same as above
|
 | Independent and Counsel: finds documents containing both
'Independent' and 'Counsel'
|
 | Independent not Counsel: finds documents containing
'Independent' but not 'Counsel'
|
 | (Independent not Counsel) and Lawyer: finds documents
containing 'Lawyer', plus 'Independent' but not 'Counsel'
|
 | Indep*: finds documents containing words starting with
'Indep'
|
| |
|