Commit fec4bae694329be4959969642dc8d3accc7f19b8

Authored by Andrew Kane
1 parent d915e86c

Added note about reindex

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
@@ -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}]