Skip to main content

ProductSearchFieldsInput

No description

input ProductSearchFieldsInput {
fieldNames: [ProductSearchableField!]!
boost: Int!
partialBoost: Int
}

Fields

ProductSearchFieldsInput.fieldNames ● [ProductSearchableField!]! non-null enum

List of searchable fields to query against (e.g., NAME, SKU, DESCRIPTION)

ProductSearchFieldsInput.boost ● Int! non-null scalar

Relevance boost value applied to matches in these fields

ProductSearchFieldsInput.partialBoost ● Int scalar

Partial matching boost value for ngram/edge-ngram fields. When omitted, defaults to ceil(boost * 0.5)

Member Of

ProductSearchByCategoryInput input ● ProductSearchSearchInput input