Closed jlarkin-auro closed 6 years ago
Hello @jlarkin-auro, can you try
response = client.search(
index='accounts',
body={"query": query},
)
BTW, we do not know precisely which ES version we support right now ! We would have to do integration test for that (see #22)
hi @jlarkin-auro I would happy to know if my advice helped you (in this case I will rename ticket and close it).
Hello, I am having a problem executing a simple query.
I am running Elasticsearch 6.2.2 locally. From a clean installed base, I do
I can then run:
GET /accounts/_search?q=name:john
which returns a proper result. I cannot reproduce this result with
luqum
however. I am trying:This search returns the following stack trace:
Please advise on this. Perhaps I am missing something simple! Thank you very much.