|
The text search engine allows you to use
"and", "or" and "not", along with wildcard and
grouping characters, to help you narrow your search. For example:
- community foundations
- finds documents containing 'community' or
'foundations'
- community or foundations
- same as above
- community and foundations
- finds documents containing both 'community'
and 'foundations'
- community not foundations
- finds documents containing 'community' but not
'foundations'
- comm*
- finds documents containing words starting with
'comm'
|