Search for matches in a nested field
Posted: Wed Mar 04, 2020 10:42 am
Hello,
In our implementation of BH we have a custom field that, when returned from Candidate/search/ comes back as
"category": {
"id": {xxx},
"name": {xxx}
},
What I want to do is search for candidates where category.name = whatever. I have read the lucene documentation as well as the BH API documentation and I am not sure where to go from here.
Thanks,
M
In our implementation of BH we have a custom field that, when returned from Candidate/search/ comes back as
"category": {
"id": {xxx},
"name": {xxx}
},
What I want to do is search for candidates where category.name = whatever. I have read the lucene documentation as well as the BH API documentation and I am not sure where to go from here.
Thanks,
M