import { SearchableField } from '@daffodil/driver/shopify'
Specifies the list of resource fields to search.
enum SearchableField {
Author = SearchableField.Author,
Body = SearchableField.Body,
ProductType = SearchableField.ProductType,
Tag = SearchableField.Tag,
Title = SearchableField.Title,
VariantsBarcode = SearchableField.VariantsBarcode,
VariantsSku = SearchableField.VariantsSku,
VariantsTitle = SearchableField.VariantsTitle,
Vendor = SearchableField.Vendor,
}
Author SearchableField.Author |
---|
Author of the page or article. |
Body SearchableField.Body |
---|
Body of the page or article or product description or collection description. |
ProductType SearchableField.ProductType |
---|
Product type. |
Tag SearchableField.Tag |
---|
Tag associated with the product or article. |
Title SearchableField.Title |
---|
Title of the page or article or product title or collection title. |
VariantsBarcode SearchableField.VariantsBarcode |
---|
Variant barcode. |
VariantsSku SearchableField.VariantsSku |
---|
Variant SKU. |
VariantsTitle SearchableField.VariantsTitle |
---|
Variant title. |
Vendor SearchableField.Vendor |
---|
Product vendor. |