Course Search Engine
Use the form below to search for courses at RCAT referenced by specific words or
combinations of words. The text search engine will display a weighted list of matching
courses, with better matches shown first. Each list item is a link to a matching course.
If the course has a title it will be shown, otherwise only the course name is displayed. A
brief explanation of the query procedure is available, along with
examples.
The text search engine allows queries to be formed from arbitrary Boolean expressions containing the keywords AND, OR, and NOT, and grouped with parentheses. For example:
- technology management
- finds documents containing 'technology' OR 'management'
- technology or management
- same as above
- technology and management
- finds documents containing both 'technology' AND 'management'
- technology not management
- finds documents containing 'technology' but NOT 'management'
- (technology not management) and Robot
- finds documents containing 'Robot' AND 'technology' but NOT 'management'
- tec*
- finds documents containing words starting with 'tec'
Back to Top