GitHub

ShopifySearchSortKeys

enum

import { ShopifySearchSortKeys } from '@daffodil/driver/shopify'

The set of valid sort keys for the search query.

enum ShopifySearchSortKeys {
  Price = ShopifySearchSortKeys.Price,
  Relevance = ShopifySearchSortKeys.Relevance,
}

Properties

Price
ShopifySearchSortKeys.Price

Sort by the price value.

Relevance
ShopifySearchSortKeys.Relevance

Sort by relevance to the search terms.