oscarmlage / django-cruds-adminlte

django-cruds is simple drop-in django app that creates CRUD for faster prototyping
BSD 3-Clause "New" or "Revised" License
424 stars 81 forks source link

Add getparams for search parameters #109

Closed thierrybb closed 4 years ago

thierrybb commented 5 years ago

Fix paginator bug: cannot navigate to other pages when searching

How to reproduce: 1- Add keywords into search fields and make a search (with more than one page result) 2- Try to go to page 2-3, this doesn't keep the search filter, so you can't see the other search pages

oscarmlage commented 4 years ago

Thanks for the contribution @thierrybb, it's merged now. Would be nice if you could add a couple of lines to the documentation (like the ones you wrote in the comment of the PR).