To increase the accuracy of your queries, you can use the most
common operators and modifiers, such as <AND>, <OR>,
<NOT>. They tell Verity search engine how to search for combinations
of words, phrases, or a word and a phrase.
<AND> all words must exist in each document to be considered
a match
Example: small business <AND> fairfax county
Searches for documents containing both phrases "small business"
and "fairfax county".
<OR> any one of the words can be found to create a match
(at least one)
Example: small business <OR> fairfax county
Retrieves documents containing either the phrase "small business"
or "fairfax county" or both.
<NOT> exclude documents with this word, phrase, or value
Example: small business <NOT> fairfax county
Retrieves all documents containing the phrase "small business" but
do not contain the expression "fairfax county".