Faster PostgreSQL Searches With Trigrams
Struggling with slow Postgres fuzzy string matches and don’t want to go all-in on full-text search? Enter trigrams: a PostgreSQL extension providing simple fuzzy string matching. Greg Navis shares how to add Trigrams to your Rails app.
Post a comment