
Use the form below to search for documents in this website that contain
specific words or combinations of words. The text search engine will dis-
play a weighted list of all the matching documents, with better matches
shown first. Each listed item is a link to one of the matching documents.
If the document has a title it is shown, otherwise only the document file
name is displayed. An explanation of the search engine Query Language
is shown below, along with examples to help you specify search criteria.


The text search engine allows queries to be formed from arbitrary
Boolean expressions containing the keywords AND, OR, and NOT,
and these phrases can be grouped with parentheses if needed.
- quilt*
- finds documents containing words starting with 'quilt'
- quilt pattern
- finds documents containing 'quilt' or 'pattern'
- quilt or pattern
- same as above
- quilt and pattern
- finds documents containing both 'quilt' and 'pattern'
- quilt not pattern
- finds documents containing 'quilt' but not 'pattern'
- (quilt not pattern) and gypsy
- finds documents containing 'gypsy',
and also containing 'quilt' but not 'pattern'


