From 725eef04a2a98ab03779ed153af3971a091e4b03 Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Tue, 30 Jul 2019 23:13:19 -0700 Subject: [PATCH] Use pop and soda as example [skip ci] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dc0ac56..7d43b86 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Searchkick handles: - special characters - `jalapeno` matches `jalapeƱo` - extra whitespace - `dishwasher` matches `dish washer` - misspellings - `zuchini` matches `zucchini` -- custom synonyms - `qtip` matches `cotton swab` +- custom synonyms - `pop` matches `soda` Plus: @@ -318,7 +318,7 @@ A few languages require plugins: ```ruby class Product < ApplicationRecord - searchkick synonyms: [["burger", "hamburger"], ["sneakers", "shoes"]] + searchkick synonyms: [["pop", "soda"], ["burger", "hamburger"]] end ``` -- libgit2 0.21.0