djangonauts / django-rest-framework-hstore

Django Rest Framework tools for django-hstore
MIT License
75 stars 15 forks source link

Filtering Support #9

Open krische opened 8 years ago

krische commented 8 years ago

It would be nice to have some basic filtering support of the hstore fields with Django Rest Framework.

nemesifier commented 8 years ago

@krische, contributions are welcome, if you manage to implement something interesting please send a pull request with the code so we can discuss further.

krische commented 8 years ago

Yeah I was starting to play around with creating an HStoreBackend filtering class. I was thinking thinking users could specify their filter query parameter as FIELD.KEY=VALUE. That should at least give some kind of basic filtering for hstore fields that are just storing key/value pairs.

daviwesley commented 4 years ago

@krische Did u implement the filter? I also need some filter capabilities in my API to HStore