rhblind / drf-haystack

Haystack for Django REST Framework
MIT License
251 stars 79 forks source link

Even if there are more than 10,000 objects in the ListView, the number of objects will not be displayed in the results more than 10,000. #167

Closed johnvonneumann7 closed 2 years ago

johnvonneumann7 commented 3 years ago

I have about 300,000 index objects, and even if I don't filter and just get them all in the View, the limit is still 10,000. Is there an option to work around this?

image image

rhblind commented 2 years ago

Hey, sorry for late response here. I really don't know what the cause is, but if I should guess I'd look into Elasticsearch index settings. Check out the index.max_result_window setting maybe?

mka142 commented 2 years ago

It's rather problem related to django-haystack itself. There is already existing issue: https://github.com/django-haystack/django-haystack/issues/1532