Skip to main content

ProductSearchableField

All fields that can be searched and boosted with the regular term input.

enum ProductSearchableField {
NAME
DESCRIPTION
SHORT_DESCRIPTION
KEYWORDS
CUSTOM_KEYWORDS
SKU
MANUFACTURER
MANUFACTURER_CODE
SUPPLIER
SUPPLIER_CODE
EAN_CODE
BAR_CODE
PRODUCT_ID
CLUSTER_ID
}

Values

ProductSearchableField.NAME

Matches against the localized product name.

ProductSearchableField.DESCRIPTION

Matches against the localized long-form product description.

ProductSearchableField.SHORT_DESCRIPTION

Matches against the localized short product description.

ProductSearchableField.KEYWORDS

Matches against the localized search keywords assigned to the product.

ProductSearchableField.CUSTOM_KEYWORDS

Matches against the localized custom search keywords assigned to the product.

ProductSearchableField.SKU

Matches against the product stock keeping unit.

ProductSearchableField.MANUFACTURER

Matches against the manufacturer name.

ProductSearchableField.MANUFACTURER_CODE

Matches against the manufacturer-assigned product code.

ProductSearchableField.SUPPLIER

Matches against the supplier name.

ProductSearchableField.SUPPLIER_CODE

Matches against the supplier-assigned product code.

ProductSearchableField.EAN_CODE

Matches against the European Article Number barcode value.

ProductSearchableField.BAR_CODE

Matches against the general-purpose barcode value.

ProductSearchableField.PRODUCT_ID

Matches against the numeric product identifier.

ProductSearchableField.CLUSTER_ID

Matches against the identifier of the cluster the product is attached to.

Member Of

ProductSearchFieldsInput input ● SearchFieldsInput input