Closed bcfox closed 3 years ago
Thanks for opening this. This has been reported here: https://github.com/elastic/elasticsearch-py/issues/1743 so I'm closing this as duplicate. A work-around is specifying sort
in the body, or using params={"sort": "startTimestamp:desc"}
.
elasticsearch-py
version 7.15.1:Please make sure the major version matches the Elasticsearch server you are running.
Description of the problem including expected versus actual behavior: Attempting to use the sort parameter on the search function fails with an error like:
Steps to reproduce:
This works with version
7.14.2
but fails for7.15.0
and7.15.1