Commit 7b6ec29cff34a15c15592e50e481a2a66d331d72
1 parent
02f22cf0
Exists in
master
and in
17 other branches
Updated readme [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -631,7 +631,7 @@ Autocomplete predicts what a user will type, making the search experience faster |
631 | 631 | |
632 | 632 |  |
633 | 633 | |
634 | -**Note:** To autocomplete on general categories (like `cereal` rather than product names), check out [Autosuggest](https://github.com/ankane/autosuggest). | |
634 | +**Note:** To autocomplete on search terms rather than results, check out [Autosuggest](https://github.com/ankane/autosuggest). | |
635 | 635 | |
636 | 636 | **Note 2:** If you only have a few thousand records, don’t use Searchkick for autocomplete. It’s *much* faster to load all records into JavaScript and autocomplete there (eliminates network requests). |
637 | 637 | ... | ... |