|
The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and can be grouped in combinations with parentheses.
For example if you enter:
| service |
finds pages containing 'service' - simple single word search |
| ser* |
finds pages containing words starting with 'ser', service, etc. |
| *come |
finds pages containing words ending with ' come', welcome, etc. |
| service area |
finds pages containing 'service' or 'area'; the default is or |
| service or area |
finds pages containing 'service' or 'area' |
| service and area |
finds pages containing both 'service' and 'area' |
| service not area |
finds pages containing 'service' but not 'area' |
| (service not area) and support |
finds pages containing both 'support', and 'service' but not 'area' |
Return to Site Search |
|