Search Tips
Our Search finds topics that relate to the meanings of the words you are searching for and ranks the closest results to show first. It uses simple, phrase and Boolean queries (see below for examples).
Simple queries:
SEARCH | FINDS |
Manitoba | documents that contain Manitoba. |
Boolean queries:
which is using expressions like 'OR' and 'AND' to create relationships among keywords in the search query
SEARCH | FINDS |
Manitoba AND Winnipeg | the documents with both the words Manitoba and Winnipeg |
Phrase queries:
SEARCH | FINDS |
Winnipeg, Manitoba | documents that contain Winnipeg, Manitoba. |
Boolean queries with phrases:
SEARCH | FINDS |
"Winnipeg, Manitoba" AND Summer | documents that contain Winnipeg, Manitoba and Summer. |
Regular expression queries:
SEARCH | FINDS |
* | any number of letters |
c* | any word starting with 'c' |
? | any unique character |