Commit 4f130606de661cebaae3da389cf93a2c3ce0b727
1 parent
c4aecf31
Exists in
master
and in
21 other branches
Updated readme
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -309,7 +309,7 @@ You can change this with: | @@ -309,7 +309,7 @@ You can change this with: | ||
309 | Product.search "zucini", misspellings: {edit_distance: 2} # zucchini | 309 | Product.search "zucini", misspellings: {edit_distance: 2} # zucchini |
310 | ``` | 310 | ``` |
311 | 311 | ||
312 | -To significantly improve performance, Searchkick can first perform a search without misspellings, and if there are few results, perform another with them. [master] | 312 | +To improve performance for correctly spelled queries (which should be a majority for most applications), Searchkick can first perform a search without misspellings, and if there are few results, perform another with them. [master] |
313 | 313 | ||
314 | ```ruby | 314 | ```ruby |
315 | Product.search "zuchini", misspellings: {below: 5} | 315 | Product.search "zuchini", misspellings: {below: 5} |