CompanyTermFieldInput
Field-specific search configuration with relevance boosting.
Allows targeting specific company fields for search terms with custom relevance scoring. Enables precise control over which fields are searched and how much weight each field contributes to the overall search relevance.
input CompanyTermFieldInput {
fieldNames: [CompanyTermFieldName!]!
boost: Int
}
Fields
CompanyTermFieldInput.fieldNames
● [CompanyTermFieldName!]!
non-null enum
Company fields to search within for the search term.
Array of specific field names that should be included in the search operation. Must contain unique values. Each field will be searched using the provided search term.
CompanyTermFieldInput.boost
● Int
scalar
Relevance boost multiplier for matches in these fields.
Positive integer that increases the relevance score for matches found in the specified fields. Higher values make matches in these fields more prominent in search results. Must be a positive integer.
Member Of
CompanySearchInput
input