|
| Single word |
statistics Type a single word to find documents containing that word. |
|
Multiple words or phrases |
exports, imports, trade separate words with a comma to find documents containing any of the words. Equivalent to a boolean OR search (exports or imports or trade)
debt relief by default, search results will return documents in the following order:
exact phrase (debt relief) at the top
AND matches (debt and relief)
"debt and relief" when using quotes around a phrase, search results will return exact phrase of these three words)
Article IV consultation with Argentina A phrase is a grouping of two or more words that occur in a specific order. AND is the default for multi-word searches but documents containing the exact phrase will be returned at the top. |
|
| Using quotes |
"standards and codes" Enclose a phrase in double quotation marks to find documents containing instances of the exact string only. The given phrase must appear in documents together and in the exact order. |
|
| Wildcard ? |
globali?ation Use a question mark to denote a single letter. The example search will find documents containing "globalization" as well as "globalisation". |
|
| Wildcard * |
*ful
ful*
*ful*
Use an asterisk to denote any combination of letters. For example,
*ful would find documents containing "successful"; ful* would
find documents containing "fulfill", and *ful * would
find "successfully". |
|
Using
AND, OR operators
(can be typed in upper or lower case) |
AND
cooperation AND stability
cooperation and stability
This search will return documents containing both "cooperation" and "stability"
OR
cooperation OR stability
cooperation or stability This search will return documents containing either "cooperation" or "stability." Documents containing both words will also be found. The OR operator means "find at least one of the words joined by the OR." |