Fuzzy Full Text Search
I was going to write a procedure that does fuzzy full text search, but I can't find much in postgres (fuzzy + full text).
I found this article:
https://stackoverflow.com/questions/46122175/fulltext-search-combined-with-fuzzysearch-in-postgresql
Not sure if this can work in Supabase.
Anyone else using any interesting algorithms for this?
J
I found this article:
https://stackoverflow.com/questions/46122175/fulltext-search-combined-with-fuzzysearch-in-postgresql
Not sure if this can work in Supabase.
Anyone else using any interesting algorithms for this?
J
Stack Overflow
I want to realize a fulltext search in postgresql combined with a kind of fuzzy search. For my testarea I followed up this article: https://blog.lateral.io/2015/05/full-text-search-in-milliseconds-...