![]() |
|
|
Hints for Searching
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:
- fitco technical services
- finds documents containing 'fitco' or 'technical' or 'services'
- technical or services
- same as above
- technical and services
- finds documents containing both 'technical' and 'services'
- technical not services
- finds documents containing 'technical' but not 'services'
- (technical not services) and fitco
- finds documents containing 'fitco', plus 'technical' but not 'services'
- servic*
- finds documents containing words starting with 'servic'