5mins of Postgres E23: Fuzzy text search & case-insensitive ICU collations in Postgres

preview_player
Показать описание
Today, we're going to talk about fuzzy text search in Postgres with LIKE/ILIKE, trigrams, levenshtein distances, as well as case-insensitive pattern matching.

*Learn more about pganalyze:*

📑 What we have discussed in this episode of 5mins of Postgres:

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

Thanks a Lot! That Levenshtein algorithm saved my day.

BrunoAndrade-yhhz
Автор

Just what I was looking for. Condensed into with good resources referenced.
I needed to make case insensitive and at the time same time punctuation insensitive search for zip codes database and stopped on custom collation.
Thank you!

marvlarz