Skip to content

Latest commit

 

History

History
240 lines (136 loc) · 4.78 KB

ResumeSearchConfig.md

File metadata and controls

240 lines (136 loc) · 4.78 KB

@affinda/affinda / Exports / ResumeSearchConfig

Interface: ResumeSearchConfig

Table of contents

Properties

Properties

actions

Optional actions: SearchConfigAction[]

A list of actions to show in the dropdown in the embedded search tool


allowPdfDownload

Optional allowPdfDownload: boolean


customFieldsConfig

Optional customFieldsConfig: CustomFieldConfig[]


displayEducation

Optional displayEducation: boolean


displayJobTitle

Optional displayJobTitle: boolean


displayKeywords

Optional displayKeywords: boolean


displayLanguages

Optional displayLanguages: boolean


displayLocation

Optional displayLocation: boolean


displayManagementLevel

Optional displayManagementLevel: boolean


displayOccupationGroup

Optional displayOccupationGroup: boolean


displaySkills

Optional displaySkills: boolean


displayYearsExperience

Optional displayYearsExperience: boolean


distanceUnit

Optional distanceUnit: string

The unit of distance to use for location based searches


hideSidePanel

Optional hideSidePanel: boolean

Hide the entire side panel.


hideToolbar

Optional hideToolbar: boolean

Hide the reset/import toolbar.


indices

Optional indices: string[]

List of index names.


maxResults

Optional maxResults: number

Maximum number of results that can be returned. Setting to "null" means no limitation.


searchToolTheme

Optional searchToolTheme: ResumeSearchConfigSearchToolTheme

Customize the theme of the embeded search tool.


showIndexDropdown

Optional showIndexDropdown: boolean

Controls whether or not the index dropdown is displayed to the user


userId

Optional Readonly userId: number

ID of the logged in user. NOTE: This property will not be serialized. It can only be populated by the server.


username

Optional Readonly username: string

Username of the logged in user. NOTE: This property will not be serialized. It can only be populated by the server.


weightEducation

Optional weightEducation: number


weightJobTitle

Optional weightJobTitle: number


weightKeywords

Optional weightKeywords: number


weightLanguages

Optional weightLanguages: number


weightLocation

Optional weightLocation: number


weightManagementLevel

Optional weightManagementLevel: number


weightOccupationGroup

Optional weightOccupationGroup: number


weightSkills

Optional weightSkills: number


weightYearsExperience

Optional weightYearsExperience: number