react-admin-amplify
react-admin-amplify copied to clipboard
Filtering using the $filter query parameter, to be able to search by multiple filters and improve flexibility.
We should also be able to use the $filters parameter in some filters so that multiple filters are possible. Is there a workaround to implement such a thing? Currently I can only add a filter if there is a specific query for the filter, and its not possible to add multiple filters.
Maybe we can add two different types of filters, one that is query dependent (which is already there), and the other type only sets the $filter query parameters, which will be always visible...
Hi @rajabilal555,
Did you manage to find a solution to this?