Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 1.79 KB

ResumeSearchParametersCustomData.md

File metadata and controls

75 lines (40 loc) · 1.79 KB

@affinda/affinda / Exports / ResumeSearchParametersCustomData

Interface: ResumeSearchParametersCustomData

Hierarchy

Table of contents

Properties

Properties

dataPoint

dataPoint: string

The data point's slug

Inherited from

SearchParametersCustomData.dataPoint


filterType

filterType: string

Data points of "text" type support only "equals" filterType, others support both "equals" and "range"

Inherited from

SearchParametersCustomData.filterType


query

query: Record<string, unknown>

"equals" searches require the "value" key inside the query, and "range" searches require at least one of "gte" (greater than or equal) and "lte" (less than or equal)

Inherited from

SearchParametersCustomData.query


required

Optional required: boolean

Inherited from

SearchParametersCustomData.required


weight

Optional weight: number

Inherited from

SearchParametersCustomData.weight