GitHub

ShopifyPredictiveSearchType

enum

import { ShopifyPredictiveSearchType } from '@daffodil/driver/shopify'

The types of search items to perform predictive search on.

Properties

Article
ShopifyPredictiveSearchType.Article

Returns matching articles.

Collection
ShopifyPredictiveSearchType.Collection

Returns matching collections.

Page
ShopifyPredictiveSearchType.Page

Returns matching pages.

Product
ShopifyPredictiveSearchType.Product

Returns matching products.

Query
ShopifyPredictiveSearchType.Query

Returns matching query strings.