Entering
information retrieval
finds pages containing either the word "information" or the word
"retrieval".
Entering
information OR retrieval
finds the same results as above.
Entering
information AND retrieval
finds pages containing both the word "information" and the word
"retrieval".
Entering
information NOT retrieval
finds pages containing the word "information" but not the word
"retrieval".
Entering
(information NOT retrieval) AND Web
finds pages containing the word "information" but not the word
"retrieval" and which also contain the word "web" as well.
Entering
WEB*
finds pages containing words starting with the letters "web".