import { SearchPrefixQueryType } from '@daffodil/driver/shopify'
Specifies whether to perform a partial word match on the last search term.
enum SearchPrefixQueryType {
Last = SearchPrefixQueryType.Last,
None = SearchPrefixQueryType.None,
}
Last SearchPrefixQueryType.Last |
---|
Perform a partial word match on the last search term. |
None SearchPrefixQueryType.None |
---|
Don't perform a partial word match on the last search term. |