
Look for a phrase by placing it in quotes
Example - typing seed health versus "seed health" will return different results. To find instances of the complete phrase, use quotation marks.
All search are NOT case sensitive. Therefore "seed health", "Seed Health" and "SEED HEALTH" are all identical.
Look for two or more words at once by using the AND operator
Example - type seed AND health to find documents that have both the word "seed" and the word "health" anywhere. This could return results like "seed health figures" or "healthy seed available".
Look for words that are close to each other by using the NEAR operator instead of the AND operator
When you use NEAR, the closer together the words are, the higher the rank of the page, so the higher it appears in the list of search results.
Example - type seed NEAR health to match documents. |