| Search Tips | |
| Boolean Operators | Use AND or OR to combine keywords in any order. Use AND NOT to exclude words. |
|---|---|
| Proximity Operators | Use NEAR to locate records that contain your keywords or phrases within 10 words of each other. The WITHIN operator allows you to specify the maximum numbers of words that may appear between the keywords. Example : Samuel near Clemens |
| Adjacency | Search for phrases by enclosing them in quotation marks. Example: “Financial Accounting Standards Board” |
| Truncation & Wildcards | Truncation allows you to search the ‘root’ form of a word with all its different endings. An asterisk ‘*’ added to the end of a root word consisting of at least two letters will match up to five characters. Using two asterisks ‘**’ will match any number of characters. An asterisk ‘*” may also be embedded in a word. Example: comput* will match computer and computing but not computation. Use a question mark ‘?’ to replace a single character anywhere within a word. Example: wom?n will match woman and women. |
| Field limits | Use field searching to limit your search to a particular field such as author, title, periodical title, subject, call number or ISBN/ISSN number. |
| Grouping | Keyword search results are usually grouped by relevance to bring the most likely titles to the top of the list. Each group represents a similar level of relevance and results are sorted within the group by date or title. To get an ungrouped result set, use boolean operators to form a complex query. |