GitHub

SearchPrefixQueryType

Specifies whether to perform a partial word match on the last search term.

import { SearchPrefixQueryType } from '@daffodil/driver/shopify'
enum SearchPrefixQueryType {
  Last = 'LAST',
  None = 'NONE',
}