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
425 stars 82 forks source link

Implement search #27

Closed oscarmlage closed 7 years ago

oscarmlage commented 7 years ago

We should research some way to implement a search feature

luisza commented 7 years ago

How we want to implement search, with django-selects or simple search field ? If it's simple search field maybe i can implement something like django admin

oscarmlage commented 7 years ago

I'm my head I was thinking of just a simple search field in the frontend (like Django Admin does), and in the "backstage" some place where to config what fields are going to be searchables. What do you think?

luisza commented 7 years ago

Mmm something like #28 ?

oscarmlage commented 7 years ago

28 fixes this, thanks @luisza