| 1. |
|
Enter at least 3 characters. |
|
| 2. |
|
Entering fam will return results that match words starting with fam, such as family, famine. |
|
| 3. |
|
Quotations around a word or words will return exact matches only. |
|
| 4. |
|
Use the asterik as a wildcard at the start of a word, *ear to match words that end in these letters, such as hear, fear. |
|
| 5. |
|
Use the wildcard before and after your text to match the characters anywhere - *ear* will return ear, fear, hearing, earned. |
|
| 6. |
|
Use the + (plus) sign if you want to find an item that contains the first word and the second word, africa +country will return results where both of these words are found. |
|
| 7. |
|
Use the - (minus) sign if you want to find an item that contains the first word but not the second word, africa -country will return results where the word africa is found and does not contain the word country. |