Supabase Plugin: Textsearch

Hi,

I figured out hot to join tables in the plugin with the advanced settings which is very nice. But I can’t get the text search running.

It should work in the filter section to accept variables but I don’t find the right syntax:
in REST API the following syntax worked:

supabaseurl/table?column=fts.searchterm

With searchterm as a variable.

With the plugin I tried it as well:

here with test as searchterm…

But no luck.

Hi, I’m sorry we dont support this kind of filter yet.

You will have to create a REST APi collection and bind the access token to the request header, you can find it in the explorer, on the Auth tab.

1 Like