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

fix(supabase): fixed 'in'-filter when used inside 'or' #6652

Open
wants to merge 8 commits into
base: next
Choose a base branch
from
Prev Previous commit
Next Next commit
chore(supabase): added changeset
jkronlachner committed Jan 17, 2025
commit 0ac2cce0b6e667260a993b6d23208f2d6b697333
9 changes: 9 additions & 0 deletions .changeset/good-eyes-cover.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"@refinedev/supabase": patch
---

fix: fixed 'in'-filter when used inside 'or' not generating correct supabase syntax

When using the 'in'-filter inside a Conditional 'or' Filter the syntax being pushed to supabase would be incorrect.

This resolves #