How to Search Collections
Here are some examples of the type of searches you can make against a
collection.
Searching for words, and phrases
"neurological"
- Searches for all documents containing the word "neurological" anywhere in
the document.
disability
- Searches all selected collections for any word that has the same stem as the word "disability" (e.g. disabilities, disabled).
"Developmental Disabilities"
- Searches all selected collections for the phrase "Developmental Disabilities".
"autism", education, "early detection" ("autism" OR education or "early detection)
- Searches for the word "autism", or words that have the same stem as "education", or the phrase "early detection".
"deaf" AND neurological
- Searches for the word "deaf" and the same stem as "neurological".