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