Commit dd2486d79f796dab37c524e815fc7f3d55022cb5
1 parent
ea7aef07
Exists in
master
and in
21 other branches
Updated readme
Showing
1 changed file
with
10 additions
and
1 deletions
Show diff stats
README.md
@@ -4,7 +4,16 @@ Search made easy | @@ -4,7 +4,16 @@ Search made easy | ||
4 | 4 | ||
5 | ## Usage | 5 | ## Usage |
6 | 6 | ||
7 | -### Change Mappings with Zero Downtime | 7 | +### Searches |
8 | + | ||
9 | +Searchkick provides sensible search defaults out of the box. It handles: | ||
10 | + | ||
11 | +- stemming - `tomatoes` matches `tomato` | ||
12 | +- special characters - `jalapenos` matches `jalapeños` | ||
13 | +- extra whitespace - `dishwasher` matches `dish washer` | ||
14 | +- misspellings - `zuchini` matches `zucchini` | ||
15 | + | ||
16 | +### Zero Downtime Changes | ||
8 | 17 | ||
9 | Elasticsearch has a feature called aliases that allows you to change mappings with no downtime. | 18 | Elasticsearch has a feature called aliases that allows you to change mappings with no downtime. |
10 | 19 |