I pictured an example query, if you have a look "Chicken, broiler or fryes, breast, skinless..." should've been retrieved in both queries, but is only present in the first one.
Now, I do realise that the ingredient name is very obscure and could be renamed, however as I was reading docs there were different functions mentioned such as:
to_tsvector()
to_tsvector()
to_tsquery()
to_tsquery()
@@
@@
.
I don't understand what they do, but can they be included in supabase javascript method
.textSearch()
.textSearch()
to improve the search?
Or is it just postgres limitations and I should simply rename the ingredients
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.