How to use textSearch to perform full text search - SupabaseTips

preview_player
Показать описание


Learn more about Supabase 👇

Рекомендации по теме
Комментарии
Автор

Awesome 👌
full text search is such a basic yet important feature that every database should have.
Supabase +1 Firebase 0

ricko
Автор

But why do this simple thing that takes 0 minutes when you can take hours to implement Algolia or ElasticSearch and set up functions to update your copy of your database on CRUD?! Jokes aside, this is awesome and it should give Firebase something to envy.

somegeneralist
Автор

Thanks! this is exactly what i need for my first project with SupaBase!

axolotic
Автор

I had no idea it was so flexible with the ORs and quotations and minuses

vincentjohnflorio
Автор

Allow column to be comma separated so multiple columns can be searched. For example name and tags.

sillvvasensei
Автор

how do i search by only part of a string for example if i search "jac" it returns a user with username "jackson" so that i dont have to type entire word jackson

jaksa
Автор

How do you do this in an api request? I have some data in a table and i want to use an api get request to search for that information?

vincend
Автор

is superbase just for web application, or we can use it for android application?

khabbazz
Автор

Thank you. What about typos and guesses? Let's say, on "man saves worl" Google returnes "The Man Who Saved the World" despite a typo and altered verb tense.

practical-skills-school
Автор

This is super amazing, is there a sorting and filtering feature ?

codingwithsolo
Автор

For this to work it requires some kind of index on the database? What about the performance cost?

luizfernandonoschang
Автор

where I can find documentation about the other languages available?

rossanovinicius
Автор

text searching is not working if we pass partial text

sourabhsahu
Автор

can i use full text search for mutiple columns?

dongums
Автор

collab with algolia and you have something useful. noone uses full text search.

SuperMaDBrothers