SEARCH

Use the form below to search for documents in this site containing specific words or combinations of words. 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. If the document has a title, it will be shown; otherwise, only the document's file name is displayed. A brief explanation of the query language is available, along with examples.


Help

Query Language: You can search for text using Boolean expressions containing the keywords AND, OR, and NOT. Use parentheses to refine your search. Use the wildcard character (*) to find all instances of a text string:

search string
finds documents containing the word 'search' or 'string'
search or string
same as above
search and string
finds documents containing both the words 'search' and 'string'
search not string
finds documents containing the word 'search' but not 'string'
text and (search not string)
finds documents containing both the words 'text' and 'search' if they don't contain the word 'string'
search*
finds documents containing words starting with 'search' (searching, searched, searchable...)