miLibris / flask-rest-jsonapi

Flask extension to build REST APIs around JSONAPI 1.0 specification.
http://flask-rest-jsonapi.readthedocs.io
MIT License
598 stars 153 forks source link

Feature to support 'in' clause based on jsonapi filter=1,2,3 - BUG: #189 #190

Closed rubenghio closed 3 years ago

rubenghio commented 4 years ago

This is a simple and quick idea to support "IN" clause based on jsonapi specification:

filter[id]=1,2,3

Hope this helps

rubenghio commented 4 years ago

News?

multimeric commented 4 years ago

Further to this discussion: https://github.com/miLibris/flask-rest-jsonapi/issues/188, I think you should submit this PR to https://github.com/AdCombo/flask-combo-jsonapi, or if they don't respond, then my fork at: https://github.com/TMiguelT/flapison.