Commit 41dd14bb1e08e43e9e6913f7fba9e87fff65658d
1 parent
2cba1ade
Exists in
master
and in
21 other branches
Removed analyzer note
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
README.md
... | ... | @@ -12,8 +12,6 @@ Searchkick provides sensible search defaults out of the box. It handles: |
12 | 12 | - misspellings - `zuchini` matches `zucchini` |
13 | 13 | - custom synonyms - `qtip` matches `cotton swab` |
14 | 14 | |
15 | -Simply use the `searchkick` analyzer. | |
16 | - | |
17 | 15 | ```ruby |
18 | 16 | class Book < ActiveRecord::Base |
19 | 17 | searchkick :name | ... | ... |