import { ShopifyPredictiveSearchLimitScope } from '@daffodil/driver/shopify'
Decides the distribution of results.
enum ShopifyPredictiveSearchLimitScope {
All = ShopifyPredictiveSearchLimitScope.All,
Each = ShopifyPredictiveSearchLimitScope.Each,
}
All ShopifyPredictiveSearchLimitScope.All |
|---|
Return results up to limit across all types. |
Each ShopifyPredictiveSearchLimitScope.Each |
|---|
Return results up to limit per type. |