 |
| Text entry is NOT case-sensitive. |
 |
| Separate words with commas. |
| |
Ex: If you want to find everything containing the words web and master, you would enter: web,master |
 |
| Put phrases in double quotes. |
| |
Ex: if you want to find the specific phrase contact the webmaster, you would enter: "contact the webmaster" |
 |
| Combine words by using AND, OR, and NOT. |
| |
Ex: If you want to search for web, master, and webmaster, you would enter: "web AND master". |
| |
Ex: If you want to search for web but not master you would enter: "web NOT master". |
| |
Ex: If you want to search for anything containing the term web or master you would enter: "web OR master". |
 |
| You can use an asterisk (*) as a wild card. |
| |
Ex: If you want to find everything beginning with the letters web, you would enter: web*. |