|
Use the form below to search for documents in this web containing specific
words or combinations of words such as names of wineries or wines. The text search engine will display a weighted
list of matching documents, with better matches shown first. Each list item is a
link to a matching document. A brief explanation
of the query language is available, along with examples.

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:
- beringer beaulieu
- finds documents containing 'beringer' or 'beaulieu'
- beringer or beaulieu
- same as above
- beringer and beaulieu
- finds documents containing both 'beringer' and 'beaulieu'
- beringer not beaulieu
- finds documents containing 'beringer' but not 'beaulieu'
- (beringer not beaulieu) and cellars
- finds documents containing 'beringer ', plus 'cellars' but not
'beaulieu
- cel*
- finds documents containing words starting with 'cel
|