SupabaseS
Supabase6mo ago
Daniel

Documentation for Search Multiple Columns

Ref: https://supabase.com/docs/guides/database/full-text-search?queryGroups=example-view&example-view=data&queryGroups=language&language=dart#search-multiple-columns

The search query includes:

Why does this need to be included? Why can't it just be:

select $1.title || $1.description;
How to use full text search in PostgreSQL.
Was this page helpful?