Search Ohinemuri
Use the form above to search for documents in this web 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. A brief explanation of the query language is
available, along with examples.

Query Language
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:
- timber tramway
-
finds documents containing 'timber' or 'tramway'
- timber or tramway
-
same as above
- timber and tramway
-
finds documents containing both 'timber' and 'tramway
- timber not tramway
-
finds documents containing 'timber' but not 'tramway
- (timber not tramway) and gold
-
finds documents containing 'gold', plus 'timber' but not 'tramway'
- horse*
-
finds documents containing words starting with 'horse'
