shinneider/django-admin-search

Filters works only in the first page

shinneider opened this issue · 3 comments

Diff to easy simulate erro

--- a/example/app/example/admin.py
+++ b/example/app/example/admin.py
@@ -11,6 +11,7 @@ from .models import Area
 class AreaAdmin(AdvacedSearchAdmin):
     form = AreaForm
     search_form = AreaSearchForm
+    list_per_page = 1

Create a 2 or more entries, after this change for another page (other than the first), and try to user advanced filter modal, nothing happens. not filters applied no errors in browser console or python.

Resolved in the PR-16

is already in develop and will be send to pip in next release

already uploaded to pip, its available in version 3.1.