Interface: SearchFieldsInput
Defined in: type/SearchFieldsInput.ts:5
Input object for SearchFieldsInput
Properties
boost
boost:
number
Defined in: type/SearchFieldsInput.ts:9
Search boost value
fieldNames
fieldNames:
ProductSearchableField[]
Defined in: type/SearchFieldsInput.ts:7
List of available sortable fields
partialBoost?
optionalpartialBoost?:number
Defined in: type/SearchFieldsInput.ts:12
Partial matching boost value for ngram/edge-ngram fields. When omitted, defaults to ceil(boost * 0.5)