Help with searching
- You can search for numbers
- Search queries are not case sensitive
- The search database is updated weekly
| Match | Action |
|---|---|
| All | Finds only documents containing all of the specified words
or phrases. A search on architecture mackintosh finds documents with both the word architecture and the word mackintosh. |
| Any | Finds documents containing at least one of the specified words
or phrases. A search on architecture mackintosh finds documents containing either architecture or mackintosh. The found documents could contain both, but do not have to. |
| Boolean | Allows a more complex search using the syntax AND, OR & NOT.
This is not case sensitive. A search on (architecture OR furniture) AND mackintosh finds documents with both the word architecture and the word mackintosh or with both the word furniture and the word mackintosh. The found documents could contain all three words, but do not have to. A search on architecture NOT mackintosh finds documents with architecture but not containing mackintosh. |
search our public web site using Google
search our entire web site using our local search engine
Last Update: Sat Apr 7 2007
Help with searching (inc. All, Any & Boolean match)