|
To
apply a Boolean search to the words in your string, type AND,
OR or NOT into the text field, words can
also be grouped with parentheses. For example:
foreign
investment
finds documents containing 'foreign' or 'investment'
foreign AND investment
finds documents containing both 'foreign' and 'investment'
(foreign OR offshore) AND investment
finds documents containing either 'foreign' and 'investment'
or
'offshore' and 'investment'
foreign NOT investment
finds documents that contain 'foreign' without 'investment'
Search strings should contain only alphanumeric characters
(a-z, A-Z, 0-9) and spaces.
|