- word1 word2
Finds items that contain either word1 or word2.
- +word1 +word2
Finds items that contain word1 and word2.
- word*
Finds items that contain "word" and other characters, such as word1, word2, wordxyz, etc.
- "exact words"
Finds items that contain the phrase "exact words".
|