django-elasticsearch-dsl-drf icon indicating copy to clipboard operation
django-elasticsearch-dsl-drf copied to clipboard

Solve the problem of the cannot import name 'AggsProxy' from elasticsearch_dsl.search #314

Open priyanshu69code opened this issue 1 year ago • 2 comments

Edit the file utils.py and replace the "from elasticsearch_dsl.search import AggsProxy" with the "from elasticsearch_dsl.search_base import AggsProxy"

It will be very use full if You just merge it with the main brach.

priyanshu69code avatar Aug 10 '24 03:08 priyanshu69code