Closed Thijsvandepoll closed 2 months ago
When I upgraded to the latest version of the Elasticsearch-DSL library, I found a bug that you cannot pass the boost parameter anymore, because it tries to parse everything as a list. This is an example that fails:
query.Terms(title=["Something"], boost=2)
Hope the problem is clear.
Thanks, yes, this has been reported already in https://github.com/elastic/elasticsearch-dsl-py/pull/1904. We will publish a fix soon.
When I upgraded to the latest version of the Elasticsearch-DSL library, I found a bug that you cannot pass the boost parameter anymore, because it tries to parse everything as a list. This is an example that fails:
Hope the problem is clear.