Query Language:
The text search engine immediately above allows queries
to be formed from arbitrary Boolean expressions
containing the keywords AND, OR, and NOT, and grouped
with parentheses. Some examples include ―
information AND retrieval
|
finds documents containing both 'information'
and 'retrieval' |
information NOT retrieval
|
finds documents containing 'information' but
not 'retrieval' |
(information NOT retrieval) AND WISC-IV
|
finds documents containing 'WISC-IV', plus
'information' but not 'retrieval' |
web*
|
finds documents containing words starting with
'web' |