oooh so all the postgrest operators just translate to Realtime?
s
soedirgo
08/14/2021, 3:25 AM
Realtime only supports
eq
right now, it has a separate syntax from PostgREST filters. We should probably make this more clear
k
Khan W
08/14/2021, 3:29 AM
Awesome, that was exactly what I was looking for
s
soedirgo
08/14/2021, 3:29 AM
> 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