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