Commit faecf4e45ae988aedb359bde038bd3e89eebd762
1 parent
de7a49f9
Exists in
master
and in
19 other branches
Updated readme [skip ci]
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
README.md
... | ... | @@ -1571,6 +1571,12 @@ class Product < ActiveRecord::Base |
1571 | 1571 | end |
1572 | 1572 | ``` |
1573 | 1573 | |
1574 | +For all models | |
1575 | + | |
1576 | +```ruby | |
1577 | +Searchkick.index_prefix = "datakick" | |
1578 | +``` | |
1579 | + | |
1574 | 1580 | Use a different term for boosting by conversions |
1575 | 1581 | |
1576 | 1582 | ```ruby | ... | ... |