import { SearchType } from '@daffodil/driver/shopify'
The types of search items to perform search within.
enum SearchType {
Article = SearchType.Article,
Page = SearchType.Page,
Product = SearchType.Product,
}
Article SearchType.Article |
|---|
Returns matching articles. |
Page SearchType.Page |
|---|
Returns matching pages. |
Product SearchType.Product |
|---|
Returns matching products. |