Our website shouldn't be very large, but if you're not finding something here that should be here, well, here's a search function. Not exactly
sure how good it'll be (I'm no web-guru...), but here it is for the using!
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.

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:
- circuit diagram
- finds documents containing 'circuit' or 'diagram'
- circuit or diagram
- same as above
- circuit and diagram
- finds documents containing both 'circuit' and 'diagram'
- circuit not diagram
- finds documents containing 'circuit' but not 'diagram'
- (circuit not diagram) and BEAM
- finds documents containing 'BEAM', plus 'circuit' but not 'diagram'
- photo*
- finds documents containing words starting with 'photo'
|