Commit fec4bae694329be4959969642dc8d3accc7f19b8
1 parent
d915e86c
Exists in
master
and in
21 other branches
Added note about reindex
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -164,7 +164,7 @@ class Product < ActiveRecord::Base | @@ -164,7 +164,7 @@ class Product < ActiveRecord::Base | ||
164 | end | 164 | end |
165 | ``` | 165 | ``` |
166 | 166 | ||
167 | -And to search: | 167 | +And to search (after you reindex): |
168 | 168 | ||
169 | ```ruby | 169 | ```ruby |
170 | Product.search "back", fields: [{name: :word_start}] | 170 | Product.search "back", fields: [{name: :word_start}] |