Use the form below to search for documents in the ATFA Web Site containing specific words or combinations of words. 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.
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; if the document has a title it will be shown, otherwise only the document's file name is displayed.
The following is an excerpt from the Microsoft Index Server Guide.
This list gives the rules for formulating queries:
Boolean and proximity operators can create a more precise query.
| To Search For | Example | Results |
|---|---|---|
| Both terms in the same page | access and basic—Or— access & basic |
Pages with both the words “access” and “basic” |
| Either term in a page | cgi or isapi—Or— cgi | isapi |
Pages with the words “cgi” or “isapi” |
| The first term without the second term | access and not basic—Or— access & ! basic |
Pages with the word “access” but not “basic” |
| Both terms in the same page, close together | excel near project—Or— excel ~ project |
Pages with the word “excel” near the word “project” |
Wildcard operators help you find pages containing words similar to a given word.
| To Search For | Example | Results |
|---|---|---|
| Words with the same prefix | comput* |
Pages with words that have the prefix “comput,” such as “computer,” “computing,” and so on |
| Words based on the same stem word | fly** |
Pages with words based on the same stem as “fly,” such as “flying,” “flown,” “flew,” and so on |
Portions Copyright 1997, Microsoft Corporation
- information retrieval
- finds documents containing 'information' or 'retrieval'
- information or retrieval
- same as above
- information and retrieval
- finds documents containing both 'information' and 'retrieval'
- information not retrieval
- finds documents containing 'information' but not 'retrieval'
- (information not retrieval) and WAIS
- finds documents containing 'WAIS', plus 'information' but not 'retrieval'
- web*
- finds documents containing words starting with 'web'