Commit 315555ac28b4a56f26f2eb1c976b78d42e12f32d
1 parent
c5cbe34d
Exists in
master
and in
21 other branches
Warning line
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
@@ -67,7 +67,7 @@ class Book < ActiveRecord::Base | @@ -67,7 +67,7 @@ class Book < ActiveRecord::Base | ||
67 | end | 67 | end |
68 | ``` | 68 | ``` |
69 | 69 | ||
70 | -Tell the query to use conversions once the reindex is complete. | 70 | +*After the reindex is complete* (to prevent errors), tell the search query to use conversions. |
71 | 71 | ||
72 | ```ruby | 72 | ```ruby |
73 | Book.search do | 73 | Book.search do |