Commit cbb7b3868ae7e48bc98661a87da995e117baead8
1 parent
91b25138
Exists in
master
and in
5 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -299,7 +299,7 @@ To only match the exact order, use: | @@ -299,7 +299,7 @@ To only match the exact order, use: | ||
299 | User.search "fresh honey", match: :phrase | 299 | User.search "fresh honey", match: :phrase |
300 | ``` | 300 | ``` |
301 | 301 | ||
302 | -### Language and Stemming | 302 | +### Stemming and Language |
303 | 303 | ||
304 | Searchkick stems words by default for better matching. `tomatoes` and `tomato` both stem to `tomato`, so searches for either term will have the same matches. | 304 | Searchkick stems words by default for better matching. `tomatoes` and `tomato` both stem to `tomato`, so searches for either term will have the same matches. |
305 | 305 |