Commit 96733e00de8697ab93677c31940032e27536d660
1 parent
858976b6
Exists in
master
and in
21 other branches
Added master note
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
... | ... | @@ -443,7 +443,7 @@ price_ranges = [{to: 20}, {from: 20, to: 50}, {from: 50}] |
443 | 443 | Product.search "*", facets: {price: {ranges: price_ranges}} |
444 | 444 | ``` |
445 | 445 | |
446 | -Use the `stats` option to get to max, min, mean, and total scores for each facet | |
446 | +Use the `stats` option to get to max, min, mean, and total scores for each facet [master] | |
447 | 447 | |
448 | 448 | ```ruby |
449 | 449 | Product.search "*", facets: {store_id: {stats: true}} | ... | ... |