pry(main)> Spree::Product.search_scopes
=> [:ascend_by_master_price,
:descend_by_master_price,
:price_between,
:master_price_lte,
:master_price_gte,
:in_taxon,
:in_taxons,
:with_property,
:with_property_value,
:with_option,
:with_option_value,
:with,
:in_name,
:in_name_or_keywords,
:in_name_or_description,
:with_ids,
:descend_by_popularity,
:not_deleted,
:available,
:active,
:taxons_name_eq,
:price_range_any,
:brand_any,
:selective_brand_any,
:in_taxon]