Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Add Logical OR operator to match at least one filter #548

Closed
fquellec opened this issue Sep 11, 2023 · 2 comments
Closed

[FEATURE] Add Logical OR operator to match at least one filter #548

fquellec opened this issue Sep 11, 2023 · 2 comments

Comments

@fquellec
Copy link

Is your feature request related to a problem? Please describe.
When performing a select operation It is currently not possible to match only rows which satisfy at least one of several filters.

Describe the solution you'd like
Would be nice to implement the same operator than in the javascript client: https://supabase.com/docs/reference/javascript/or

Describe alternatives you've considered
One solution for now is to make several queries.. one per filter...

@J0
Copy link
Collaborator

J0 commented Sep 15, 2023

Hey!

@fquellec Going to shift this over to the postgrest-py so we can track it there. It's been there for a while but looks like we might finally get to it.

Going to close this issue here but let me know if there are strong objections

Thanks for flagging!

@J0 J0 closed this as completed Sep 15, 2023
@ad12
Copy link

ad12 commented Mar 20, 2024

@J0 thanks for the insight here! is this now available?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants