Fuzzy text search with trigrams in postgresql
Using postgres for fuzzy searches.
We’ll try to match arbitrary beer names to ones in our DB. Let’s create table first:
…Using postgres for fuzzy searches.
We’ll try to match arbitrary beer names to ones in our DB. Let’s create table first:
…