|
How to use the query language and examples.
One way to use the Search page is to enter a numerical
value to find works in your price range. For example,
"200" will return a list of links to pages with works priced at
$200.
Also try using subject key words, such as sea,
ocean, garden, city.
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:
- tree trunk
- finds documents containing 'tree' or 'trunk'
- tree trunk
- same as above
- tree and trunk
- finds documents containing both 'tree' and 'trunk'
- tree not trunk
- finds documents containing 'tree' but not 'trunk'
- (tree not trunk)
and project
- finds documents containing 'project', plus 'tree' but not 'trunk'
- web*
- finds documents containing words starting with 'web'
Back to Top
|