Use AND, OR, and NOT to create
a "search sentence."
For example, Dallas AND Metal will return results
that have both "Dallas" and "Metal" within the product
name or description. Actually, Dallas Metal
will return the same -- all keywords listed without
OR, and NOT are required by default. As another example,
Dallas NOT Metal will return all results that
have "Dallas," but don't have "Metal." Finally,
Dallas OR Metal will return all results that have
either "Dallas" or "Metal."
AND, OR, and NOT are case
sensitive - they MUST be uppercase.
You can use +, ~ and - as
shorthand for AND, OR, and NOT.
Use quotation marks to search for phrases.
For example, "Dallas Metal" will return one product,
called "Dallas Metal".
Use parentheses for complex search sentences.
For example, Dallas AND Metal OR X will
return all products with "X" and all results with
"Dallas" and "Metal." In this case, the search runs
first on "Dallas AND Metal," then looks for "X."
You can use parentheses to be more specific, such as
Dallas AND (Metal OR X). This will then
look for Metal or X that also have the word "Dallas."