import { ShopifySearchSortKeys } from '@daffodil/driver/shopify'
The set of valid sort keys for the search query.
enum ShopifySearchSortKeys {
Price = ShopifySearchSortKeys.Price,
Relevance = ShopifySearchSortKeys.Relevance,
}
Price ShopifySearchSortKeys.Price |
|---|
Sort by the |
Relevance ShopifySearchSortKeys.Relevance |
|---|
Sort by relevance to the search terms. |