![]()
Examples of Searches
You can narrow down your search by connecting search words with the special keywords AND, OR, and NOT. Additionally, search words and keywords can be further grouped with parentheses. For example:
glacier surface
Finds all the pages in The Crevasse Zone that contain the words
'glacier' or 'surface'.
glacier
or surface
This is equivalent to the first
example above.
glacier
and surface
Finds all the pages that contain both 'glacier' and 'surface'.
glacier
not surface
Finds all the pages that contain the word 'glacier', but only if
they do not contain the word 'surface'.
Taku
and (glacier not surface)
Finds only those pages that contain the words 'Taku' and
'glacier', but only if they do not contain the word 'surface'.
glaci*
Finds all the pages that contain the
characters 'glaci'. In other words, pages that contain the words 'glacier',
'glaciology', and 'glaciological' would be found.