Supabase Search

Feedback

I don't know where to give product input, but built in search functionality with Supabase would be really useful. i know you can do it with an API call, but that is very buggy to set up, and slow performance.
there is something that is very close in Supabase database actions > query rows > filter > relation > In (is contained by).
the problem is that this requires the search string parameter to be longer than the searched string result. if there was something the other way around: maybe "Contains" where the search string parameter is smaller than the searched string results; then this would fulfil this functionality

3
6 replies