modlinltd / django-advanced-filters

Add advanced filtering abilities to Django admin
https://pypi.org/project/django-advanced-filters/
MIT License
769 stars 172 forks source link

already existing filter return low result number #175

Open kaduuuken opened 1 year ago

kaduuuken commented 1 year ago

If I apply a filter that already exists, it returns very few results (e.g. it should return over 3k entries, but only return 13). But when I create a new filter with the exact same fields and values, then it returns the correct amount. This seems to be an issue since the v version update to 2.0.0