I would like to search on different fields:
here is my search query:
{
"index":"ats",
"type":"candidate",
"body":{
"query":{
"bool":{
"must":{
"term":{
"skill":"python",
"location":"romania"
}
}
}
}
}
}
Any kind of help is much appreciated.