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