Elastic Search Query - Getting TDP 1042 Error

Viewed 18

The Following is the small portion of my query { 'query': "'Chennai' AND 'Tamil Nadu' AND 'India'", 'fields': ['location.city', 'location.country', 'location.state'] }

I get the following error.

{ "results": null, "message": "valid search string is not provided", "code": "TDP 1042", "success": false }

i think it is a error about the query string. if there any error found please help me. because i cant solve it. i spend my 3 days to solve this. but im failed. also i dont have high experience in elastic search. please help

0 Answers
Related