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