When Advanced is Not Checked

The Indexing Service will examine your query, extract nouns and noun phrases and construct a query for you. You can enter any text you want, from a proper question, to a string of words and phrases, without worrying about the query language.

Key words used in advanced queries, such as AND, OR, NEAR, and NOT, are interpreted as normal words.

When Advanced is Checked

Advanced 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

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”
Pages not matching a property value not @size = 100
Or
! @size = 100
Pages that are not 100 bytes
Both terms in the same page, close together excel near project
Or
excel ~ project
Pages with the word “excel” near the word “project”

Hints:

Note   The symbols (&, |, !, ~) and the English keywords AND, OR, NOT, and NEAR work the same way in all languages supported by Indexing Service. Localized keywords are also available when the browser locale is set to one of the following six languages:

Language Keywords
German UND, ODER, NICHT, NAH
French ET, OU, SANS, PRES
Spanish Y, O, NO, CERCA
Dutch EN, OF, NIET, NABIJ
Swedish OCH, ELLER, INTE, NÄRA
Italian E, O, NO, VICINO

Note   The NEAR operator can be applied only to words or phrases.

Wildcards

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


 

Exerpts from ixqlang.htm

© 1997-2002 by Microsoft Corporation. All rights reserved.