JS API: .or() syntax #16095
Unanswered
MentalGear
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Currently, the or() expects raw PostgREST syntax for the filter names and values, which is counter to the use of the rest of the JS functions.
It'd be more idiomatic if it could be extended to behave like:
or even:
All reactions