modlinltd / django-advanced-filters

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

Option to execute filter without saving/titling it? #81

Closed djpretzel closed 5 years ago

djpretzel commented 6 years ago

Would it be possible to implement this package such that an advanced filter could be executed without the need to title or save it? The screenshot indicates saving is mandatory - if it were optional, the ability to run ad-hoc filters and save only after reviewing results would be preferable...

asfaltboy commented 6 years ago

Good point, I like that idea a lot, we could have a preview button, perhaps utilizing the session store (?) to preserve the form details so that we can later save after the results are displayed?

Contributions are welcome - we ❤️ PRs!

asfaltboy commented 5 years ago

duplicates #67