GitHub

PredictiveSearchType

The types of search items to perform predictive search on.

import { PredictiveSearchType } from '@daffodil/driver/shopify'
enum PredictiveSearchType {
  Article = 'ARTICLE',
  Collection = 'COLLECTION',
  Page = 'PAGE',
  Product = 'PRODUCT',
  Query = 'QUERY',
}