fix: support multiple filters in Supabase Realtime (#6360) - #6905
Closed
divyanshudg-git wants to merge 1 commit into
Closed
fix: support multiple filters in Supabase Realtime (#6360)#6905divyanshudg-git wants to merge 1 commit into
divyanshudg-git wants to merge 1 commit into
Conversation
✅ Deploy Preview for refine-doc-live-previews ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
alicanerdurmaz
requested changes
Aug 7, 2025
alicanerdurmaz
left a comment
Collaborator
There was a problem hiding this comment.
Hey @divyanshudg-git, Thank you very much for the PR!
I have a questions:
- There’s no need to include
package-lock.json— we’re usingpnpm. - As far as I know, Supabase Realtime doesn’t support multiple filters. Has this changed? If so, could you please share a source?
- Would you be able to add some tests?
- Could you implement this feature in one of the examples to make it easier to test?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes issue #6360
Updated mapFilter in liveProvider to handle multiple filters
Filters are now joined and passed correctly in Supabase subscription
Allows real-time updates with compound filter conditions