Search This Site
Wildcard operators help you find pages containing words similar to a given word.
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 |