Is there any way to filter selected data with properties that are not selected? #2528
-
I have several places in my app where I select some data from a table and I would like to filter the selected data with data that are not selected. These data are part either of the selected table or part of some other table linked to my selected table thanks to a foreign key. I can't find anything on that topic on the doc. That seems to be an important thing to be able to do, I don't want to waste bandwidth, computation time, etc, on things that I don't want to get on my app. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Could you provide an example of what you want to achieve? #2340 might be related |
Beta Was this translation helpful? Give feedback.
-
Regular horizontal filtering will work here: https://postgrest.org/en/stable/api.html#horizontal-filtering-rows
Not implemented, yet. Discussed here: #1414 |
Beta Was this translation helpful? Give feedback.
Regular horizontal filtering will work here: https://postgrest.org/en/stable/api.html#horizontal-filtering-rows
Not implemented, yet. Discussed here: #1414