Feature Request(postgrest-js): Programmatic .or() Query Building #33236
Unanswered
MohammedFaragallah
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.
Are there any plans to support programmatic query building for .or() with an API similar to other operators? For example, something like:
Currently, constructing OR conditions requires manually building query strings, which feels inconsistent compared to other query operators. While I understand that this would be a significant change, it can be frustrating to rely on a client for query building, only to end up manually formatting query strings.
Would it be possible to introduce a more structured approach to OR queries in postgrest-js?
All reactions