Advanced Keyword Search

Advance Keyword

Search



1. "some words" Find rows that contain the exact phrase "some words" (for example, rows that contain "some words of wisdom" but not "some noise words"). Note that the "" characters that enclose the phrase are operator characters that delimit the phrase. They are not the quotation marks that enclose the search string itself.
2. United States Find rows that contain at least one of the two words.
3. +United +States Find rows that contain both words.
4. +United States Find rows that contain the word "United", but rank rows higher if they also contain "States".
5. +United -States Find rows that contain the word "United" but not "States".
6. +United ~States Find rows that contain the word "United", but if the row also contains the word "States", rate it lower than if row does not. This is "softer" than a search for +United -States, for which the presence of "States" causes the row not to be returned at all.
7. +United +(>States <America) Find rows that contain the words "United" and "States", or "United" and "America" (in any order), but rank "United States" higher than "United America".
8. United* Find rows that contain words such as "United", "Uniteds"