Teaching and Learning Technology Resource
| uwa | csd | tltr | altmodes |
Index Searching
An indexed/boolean search engine allows a user to query an index for keywords
(case-insensitive) and return a menu of documents or sections in the database which
contain them. The use of both text keywords and boolean operators allows users to tailor
searches to
their individual needs.
Some example searches
Search String
What it finds
technology
all documents containing the word technology
active learning
all documents containing active and learning
active or learning
documents containing active or learning
techno*
documents containing a word starting with techno
not technology
documents without the word technology
learning and not technology
documents containing learning, but not technology
|