Create collection from supabase view

Hello,

How can I fetch data from supabase view?
I can fetch via REST API, but is there a way to fetch via Supabase plugin?

Thanks in advance.

I’m also working to integrate search with supabase collection, but I don’t know what to write under advanced configuration section of supabase collection. It would be appreciable, if we get to know about this.
Thanks

What have you tried? You should be able to filter your data. Those are applied server side.

Hey @jaredgibb , what I wanted to do is to concatenate searchExpression with supabase table configuration in data collections section, but i don’t know how to do that as there is no proper documentation regarding that…

There is one video to connect restapi in weweb and integrate searchExpression in URL but there is no example to integrate searchExpression(to search particular column from that table) in supabase table configuration…

So can you pls help me with that?