|
The WWSearch engine allows queries to be formed using
expressions such as AND, OR, and NOT, and grouped with parentheses.
Here are some examples of search phrases, with the
results of each search:
- Western lumber
-
finds documents containing 'Western' or 'lumber'
- Western or lumber
-
same as above
- Western and lumber
-
finds documents containing both 'Western' and
'lumber'
- Western not lumber
-
finds documents containing 'Western' but not
'lumber'
- (Western not lumber) and design
-
finds documents containing 'design', plus 'Western'
but not 'lumber'
- wood*
-
finds documents containing words starting with
'wood'
|