Advanced Search

Find exactly what you're looking for with powerful filters

-

Super Duper Advanced Search

Use these boolean commands to refine your search and find exactly what you're looking for.

AND

Find products that match all terms. Use AND (uppercase) between search terms.

blue AND shirt
OR

Find products that match any of the terms. Use OR (uppercase) between search terms.

shirt OR blouse
NOT

Exclude products containing specific terms. Use NOT (uppercase) before the term to exclude.

shirt NOT blue
"exact phrase"

Search for an exact phrase by wrapping it in double quotes.

Wildcard search. Use asterisk (*) to match any characters. Useful for finding variations of a word.

run* (finds running, runner, runs)
product_type:

Filter by product type. Use product_type: followed by the type name.

product_type:shirts
tag:

Filter by product tags. Use tag: followed by the tag name.

tag:summer
vendor:

Filter by product vendor. Use vendor: followed by the vendor name.

vendor:nike
title:

Search only in product titles. Use title: followed by search terms.

title:organic
body:

Search only in product descriptions. Use body: followed by search terms.

body:cotton
variants.sku:

Search by product SKU. Use variants.sku: followed by the SKU code.

variants.sku:ABC123
variants.barcode:

Search by product barcode. Use variants.barcode: followed by the barcode.

variants.barcode:123456789
( )

Group search terms with parentheses to create complex queries.

(blue OR red) AND shirt
-term

Exclude terms using a minus sign before the word (alternative to NOT).

shirt -blue
price:>X

Filter by price greater than a value. Use price:> followed by the amount.

price:>50
price:

Filter by price less than a value. Use price:< followed by the amount.

price:<100
available:true

Show only products that are in stock.

available:true
available:false

Show only products that are out of stock.

available:false
created_at:>YYYY-MM-DD

Find products created after a specific date.

created_at:>2024-01-01
created_at:

Find products created before a specific date.

created_at:<2024-12-31

Pro Tip: Combine multiple operators for powerful searches. Example: (blue OR red) AND shirt NOT cotton price:>20 available:true