Advanced Search Tips:
- Use the wildcard operator (%) to match patterns. For example, 'mar%' will match any word whose first three letters are 'mar'.
- Use the AND (&) operator to search for documents that contain at least one occurrence of each of the query terms. (planet AND mars)
- Use the OR (|) operator to search for documents that contain at least one occurrence of any of the query terms. (planet OR mars)
- Use the NOT (~) operator to search for documents that contain one query term and not another. (planet ~mars)
- Use the NEAR operator to search for terms that are in close proximity to one another. (surface NEAR ice)
- Use SOUNDEX (!) operator to search for words that sound similar. (!smith)
|
|
|