Dynamic Fields Matching is now available. You have the flexibility to specify the fields you want to match by passing them within an array.
For example, if you wish to match the JD Skill field with 'SkillHaveExp,' you can easily do so with Dynamic fields matching.
Kindly find the below request for your reference.
"dynamicMatchFields": {
"Skill": [
"SkillHaveExp"
]
},
Here is the Default request:
"dynamicMatchFields": {
"Skill": [
"SkillHaveExp",
"SkillWithoutExp",
"SkillAlias"
]
},
Comments
0 comments
Please sign in to leave a comment.