You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a suggest, or a request. In order to simplify the work for the frontend dev, and also in cases where you don't want to share table/column information, there should be a way to predefine the column on the relation that should be used for searching. For example:
Hello, thank you for the great package!
I have a suggest, or a request. In order to simplify the work for the frontend dev, and also in cases where you don't want to share table/column information, there should be a way to predefine the column on the relation that should be used for searching. For example:
properties?filters[fruit][name][$eq]=apple
I should be able to do something like:
So the query can then just be:
properties?filters[fruit][$eq]=apple
I think this would simplify things for frontend work. Thoughts?
Thank you!
The text was updated successfully, but these errors were encountered: