You can search for any word or phrase on a Web site by typing the word or phrase into a query form and clicking the button to execute the query (for example, the Execute Query button on the sample query form). This section covers the following topics:
Searches produce a list of files that contain the word or phrase no matter where they appear in the text. 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 isapiOr cgi | isapi |
Pages with the words cgi or isapi |
| The first term without the second term | access and not basicOr access & ! basic |
Pages with the word access but not basic |
| Pages not matching a property value | not @size = 100Or ! @size = 100 |
Pages that are not 100 bytes |
| Both terms in the same page, close together | excel near projectOr excel ~ project |
Pages with the word excel near the word project |
Hints: