Need help searching our products?
Searching specific fields
Prefix a term with a field name and colon to narrow your search for that term to the specified field.
For example:
tag:Ronald Rolheiser
will search for things with Ronald Rolheiser specifically in their title.
The following fields are available to use:
Product fields
title
handle
body
vendor
product_type
tag
variant
sku
Using AND, OR and NOT operators
AND
All search terms are by default AND-ed together, so searching for
artichoke heartswill search results containing both "artichoke" and "hearts". No joining operators are necessary.
OR
Searching for
artichoke OR heartswill give results containing at least one of "artichoke" or "hearts".
NOT
Searching for results without a term can be done by prefixing the term with a minus sign.
artichoke -heartwill match things with "artichoke" but not "heart".
WILDCARD
Searching for results that contain any term can be done using the wild card notation (*) asterisk.
*Rohr*will match things where the term "Rohr" appears.