Using multiple filters with Supabase Realtime docker container #959
Unanswered
martineboh
asked this question in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone, Great job for what you do.
I am an early adopter and user of Supabase Realtime and have introduced it to my classes and online forums: Prisma etc.
Recently, we built Task app with Prisma, and it uses the Realtime docker container to listen to changes to our Tasks table seamlessly using the topic:
realtime:public:Task:creatorid=eq.ckmj8bpzl06705gt9zpr4uhle
.A student asked if we can use multiple filter to listen to notes that were created by a certain user id and marked as completed.
"
realtime:public:Task:creatorid=eq.ckmj8bpzl06705gt9zpr4uhle:status=eq.completed
"Note the part :status.eq.done above.
Is multiple filter usable already? The above doesn't seems to work for us.
Beta Was this translation helpful? Give feedback.
All reactions