Skip to main content

ProductSearchableField

Product fields available for a search with configurable boost weights.

Defines which product fields can be searched using queries and allows for search relevance tuning by applying different boost weights to prioritize certain fields in search results.

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

Product names in all languages.

Search across localized product names to find products by their display names in different languages.

ProductSearchableField.DESCRIPTION

Full product descriptions in all languages.

Search through detailed product descriptions including features, specifications, and comprehensive product information.

ProductSearchableField.SHORT_DESCRIPTION

Brief product summaries in all languages.

Search through concise product descriptions used in listings and product previews.

ProductSearchableField.KEYWORDS

Supplier-provided search keywords.

Search through additional keywords provided by suppliers to improve product discoverability.

ProductSearchableField.CUSTOM_KEYWORDS

Custom search keywords managed via PIM.

Search through manually curated keywords added through the Product Information Management system.

ProductSearchableField.SKU

Stock Keeping Unit codes.

Search by unique product SKU codes used for inventory management and product identification.

ProductSearchableField.MANUFACTURER

Product manufacturer names.

Search by the company or brand that produces the product.

ProductSearchableField.MANUFACTURER_CODE

Original Equipment Manufacturer codes.

Search by manufacturer-specific product codes used for cross-referencing and supplier communication.

ProductSearchableField.SUPPLIER

Primary supplier names.

Search by the company or organization that supplies the product.

ProductSearchableField.SUPPLIER_CODE

Supplier product identification codes.

Search by supplier-specific product codes used for ordering and inventory management.

ProductSearchableField.EAN_CODE

European Article Number codes.

Search by standardized EAN numbers used for global product identification.

ProductSearchableField.BAR_CODE

Product barcode identifiers.

Search by various barcode formats used for product scanning and identification.

ProductSearchableField.PRODUCT_ID

Numeric product identifiers.

Search by unique numeric product IDs used throughout the system.

ProductSearchableField.CLUSTER_ID

Numeric cluster identifiers.

Search by unique numeric cluster IDs for grouped product collections.

Member Of

SearchFieldsInput input