You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2026. It is now read-only.
Is your feature request related to a problem? Please describe.
I want to only receive certain events from realtime. The events I want to receive are identified by two different columns that both need to have a specific value.
Describe the solution you'd like
I want to be able to add multiple column filters in the supplied topic to client.channel.
Something like this: realtime:{schema}:{table}:{col}=eq.{val}:{col}=eq.{val}
Feature request
Is your feature request related to a problem? Please describe.
I want to only receive certain events from realtime. The events I want to receive are identified by two different columns that both need to have a specific value.
Describe the solution you'd like
I want to be able to add multiple column filters in the supplied topic to
client.channel.Something like this:
realtime:{schema}:{table}:{col}=eq.{val}:{col}=eq.{val}Additional context
My request is similar to the one requested in this discussion: supabase/supabase#1791 (comment)_