import { ShopifyPredictiveSearchType } from '@daffodil/driver/shopify'
The types of search items to perform predictive search on.
enum ShopifyPredictiveSearchType {
Article = ShopifyPredictiveSearchType.Article,
Collection = ShopifyPredictiveSearchType.Collection,
Page = ShopifyPredictiveSearchType.Page,
Product = ShopifyPredictiveSearchType.Product,
Query = ShopifyPredictiveSearchType.Query,
}
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. |