farridav / django-jazzmin

Jazzy theme for Django
https://django-jazzmin.readthedocs.io
MIT License
1.6k stars 277 forks source link

search and filter funtion are not working simultaneously #304

Open palpalpa opened 3 years ago

palpalpa commented 3 years ago

search and filter funtion are not working simultaneously

Originally posted by @palpalpa in https://github.com/farridav/django-jazzmin/issues/299#issuecomment-826508080

farridav commented 3 years ago

When I search and filter in the demo app it does appear to keep both query string parameters in the URL

https://django-jazzmin.herokuapp.com/en-gb/admin/loans/bookloan/?status__exact=m&q=Test

Do you not get the same? Or is the query string there, but the data not being filtered? (Which would be odd, as we don't intervene in queryset filtering)

palpalpa commented 3 years ago

Created date parameter reset when click on filter apply button

Screenshot from 2021-04-28 14-16-23

palpalpa commented 3 years ago

Created date parameter reset when click on filter apply button if you fix this issues please let know .

farridav commented 3 years ago

It's quite difficult for me to get time on this project at the moment, though hopefully that will change in the next few months, in the meantime pull requests are welcome, I'm happy to review

mazcabral commented 2 years ago

I have the same problem and with default admin theme it´s work, but when i´m using daterangefilter extension in list_filter, not work again

Yalchin403 commented 2 years ago

I have the same problem and with default admin theme it´s work, but when i´m using daterangefilter extension in list_filter, not work again

same problem