GitHub

PredictiveSearchLimitScope

Decides the distribution of results.

import { PredictiveSearchLimitScope } from '@daffodil/driver/shopify'
enum PredictiveSearchLimitScope {
  All = 'ALL',
  Each = 'EACH',
}