| OHSU Home > Support Services > EdComm > Academic Technology > Sakai > Tutorials |
EDCOMM
Office Hours:
Mon - Fri 8:00am-4:30pm Location: BICC, 1st Floor Room 113 Phone: (503) 494-7722 Email: edcomm1@ohsu.edu |
Sakai Tutorials
|
||||||||||||||||||||||||||||||||
Option |
Method |
Example |
Match only on an exact phrase |
Put the phrase in double quotes |
The entry “research project” matches on the phrase my first research project but does not match on the phrase research on this project. |
Match on all words specified (words may be in any order) |
Put the word AND between the words |
The entry meeting AND Friday matches on Our meeting is scheduled for Friday and on Fridays are not good days to meet but does not match on Meet me at noon in Lab 12. |
Search only in Resources |
Enter tool:content |
The entry tool:content matches on all documents stored in Resources. |
Search only in Wiki |
Enter tool:wiki |
The entry tool:wiki discuss matches on all wiki items (whether they contain the word discuss or not) and on all items in all searchable tools that contain the word discuss. |
Search only in Announcements |
Enter tool:announcement |
The entry tool:announcement AND lab matches on announcements that contain the word lab but does not match on other announcements or on chat, resources, or wikis that contain the word lab. |
Search only in Chat |
Enter tool:chat |
The entry tool:chat AND “Don Robinson” matches on chat messages that contain the phrase Don Robinson but does not match on announcements, resources, or wikis that contain the phrase Don Robinson. |
Match on any single alphabetic or numeric character |
Enter ? (question mark) as the character (the ? may not be entered as the first character of a word or number) |
The entry p?one matches on prone, phone,and phoned but does not match on up one. |
Match on any group of letters or numbers |
Enter a single * (asterisk) in place of the group (the * may not be entered as the first character of a word or number) |
The entry rob* matches on Robertson, Robert, robin, robbed, robe and rob. |
Match on the character + - & | ! { } ^ “ ~ * ? : or \ |
Enter \ (backslash) before the character you want to include in the search |
The entry 2 \+ 2 matches on |