SearchFieldsInput
Search field configuration with boost weighting.
Defines which product fields should be searched and their relative importance through boost values. Used to fine-tune search relevance by prioritizing certain fields over others in text-based product searches.
input SearchFieldsInput {
fieldNames: [ProductSearchableField!]!
boost: Int!
}
Fields
SearchFieldsInput.fieldNames
● [ProductSearchableField!]!
non-null enum
Product fields to include in the search.
List of product attributes that should be searched when processing text queries. Each field represents a different aspect of product data such as names, descriptions, or codes.
SearchFieldsInput.boost
● Int!
non-null scalar
Search relevance boost multiplier for these fields.
Numeric weight applied to search matches in the specified fields. Higher values increase the relevance score of products matching in these fields, affecting result ranking and order.
Member Of
CategoryProductSearchInput
input ● ProductSearchInput
input ● SparePartsMachineProductSearchInput
input