GitHub

SearchSortKeys

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

The set of valid sort keys for the search query.

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

Properties

Price
SearchSortKeys.Price

Sort by the price value.

Relevance
SearchSortKeys.Relevance

Sort by relevance to the search terms.