Open
Description
In an upcoming version of CRUDRouter I am hoping to add Query / Filter support. I've created this thread in hopes of getting some community feedback on how you guys would like the query params constructed.
- Ability to filter column(s) eg:
/potato?color=red
or/potato?color=red&?type=small
- Ability to filter multiple values in the same column eg:
/potato?color=red&color=blue
- Ability to order by columns
- etc...
Please feel free to make any suggestions 😄