Open
Description
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)_