| |||||||||||||||
|
About CREWES • Location
Research Links • Free Seismology • Errata • NZ 2011
For Our Sponsors
For Us • Intranet • Help
|
CREWES: Search HelpTable of Contents: Boolean OperatorsYou can use the Boolean operators and, or, or not in searching. Without these Boolean operators, the search engine will assume you're anding the words together. The operators are not case sensitive. Evaluation takes place from left to right only, although you can use parentheses to force the order of evaluation. Examples:
Retrieves files containing either the words "smilla" or "snow".
retrieves first the files that contain both the words "smilla" and "snow"; then among those the ones that do not contain the word "sense".
TruncationThe wildcard (*) is available, however it can only be used at the end of a word: otherwise is is considerd a normal character.
this query only retrieves files which contain the given word. On the other hand:
retrieves "librarians", "librarianship", etc. along with "librarian".
Order of EvaluationExpressions are always evaluated left to right:
retrieves files which contain "juliet" and "pac" but not "ophelia" However it is always possible to force the order of evaluation by using parenthesis. For example:
retrieves files with "juliet" and containing neither "ophelia" nor
"pac".
Phrase SearchingTo search for a phrase in a document surround the phrase with double-quotes.
| ||||||||||||||