|
The following examples demonstrate some keywords search string operators. Note that keywords that are 3 characters or less in length
are ignored to eliminate common words like 'the' & 'and'.
-
apple banana
Find listings that contain at least one of the two words.
-
apple*
Find listings that contain words such as "apple",
"apples", "applesauce", or
"applet".
-
"some words"
Find listings that contain the exact phrase "some
words"
|