elasticsearch-dsl-py icon indicating copy to clipboard operation
elasticsearch-dsl-py copied to clipboard

Fix merge source data of `utils.merge` is `AttrDict` but not an iterable

Open kaiix opened this issue 2 years ago • 1 comments

resolves #1535

kaiix avatar Sep 29 '21 08:09 kaiix

💚 CLA has been signed

Given that the AttrDict class already implements most of the dict interface I think it makes more sense to add items() there. Adding a fix for that in #1784

miguelgrinberg avatar Apr 23 '24 16:04 miguelgrinberg