| Examples of advanced boolean search options: | |||
| Search String: | Search Result: | ||
| sweet grass | Find results that contain at least one of the two words. | ||
| +sweet +grass | Find results that contain both words. | ||
| +sweet grass | Find results that contain the word "sweet", but rank results higher if they also contain "grass". | ||
| +sweet -grass | Find results that contain the word "sweet" but not "grass". | ||
| +sweet +(>yellow <grass) | Find results that contain the words "sweet" and "yellow", or "sweet" and "grass" (in any order), but rank "sweet yellow" higher than "sweet grass". | ||
| seed* | Find results that contain words such as "seed", "seeds", "seedling", or "seeding". | ||
| "yellow star grass" | Find results that contain the exact phrase "yellow star grass". | ||