|





|
|
Use the form below to search for documents in this
web containing specific words or combinations of words.
The text search
engine will display a list of matching documents, with better
matches shown first.

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:
- private dentistry
- finds documents containing 'private' or 'dentistry'
- private or dentistry
- same as above
- private and dentistry
- finds documents containing both 'private' and
'dentistry'
- private not dentistry
- finds documents containing 'private' but not
'dentistry'
- (private not dentistry) and affordable
- finds documents containing 'affordable', plus
'private' but not 'dentistry'
- dental*
- finds documents containing words starting with
'dental'
Back to Top
|
|