ES dsl query can't be serialized to json
whatisgalen opened this issue · 1 comments
whatisgalen commented
when the returnDsl=True
kwarg is passed, the dsl, i.e. the elasticsearch DSL-based classes that make up a query object, shouldn't be serialized to json as our json serializer doesn't currently support that. It should be sent as an unserialized instance of a query object
whatisgalen commented
fixed by #11387