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.