oooh so all the postgrest operators just translate...
# help
k
oooh so all the postgrest operators just translate to Realtime?
s
Realtime only supports
eq
right now, it has a separate syntax from PostgREST filters. We should probably make this more clear
k
Awesome, that was exactly what I was looking for
s
> But if I needed to query using an ILIKE do I need to make a custom view in postgres? Or is there a way to filter the above subscription Unfortunately Realtime doesn't work with views. Realtime filters is a fundamental limitation of Realtime right now - we're working on this! 🙏 https://github.com/supabase/realtime/issues/47
k
Sounds good 🤙🏻 I’ll watch the repo for updates