Commit c51fa4eae9db772feee951d928c50c523a22eb76
1 parent
7b9eef60
Exists in
master
and in
17 other branches
Updated wording [skip ci]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -439,7 +439,7 @@ exclude_queries = { |
439 | 439 | Product.search query, exclude: exclude_queries[query] |
440 | 440 | ``` |
441 | 441 | |
442 | -You can demote results by boosting with a factor less than one: | |
442 | +You can demote results by boosting by a factor less than one: | |
443 | 443 | |
444 | 444 | ```ruby |
445 | 445 | Product.search("butter", boost_where: {category: {value: "pantry", factor: 0.5}}) | ... | ... |