Commit a677d983f7af8d08c95974ea9d8f6f8880c07939
1 parent
f229624b
Exists in
master
and in
21 other branches
Updated readme and changelog for routing
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
CHANGELOG.md
README.md
... | ... | @@ -647,9 +647,9 @@ Also supports [additional options](http://www.elasticsearch.org/guide/en/elastic |
647 | 647 | City.search "san", boost_by_distance: {field: :location, origin: [37, -122], function: :linear, scale: "30mi", decay: 0.5} |
648 | 648 | ``` |
649 | 649 | |
650 | -### Routing | |
650 | +### Routing [master] | |
651 | 651 | |
652 | -Searchkick supports elasticsearch's routing feature. | |
652 | +Searchkick supports [Elasticsearch’s routing feature](https://www.elastic.co/blog/customizing-your-document-routing). | |
653 | 653 | |
654 | 654 | ```ruby |
655 | 655 | class Contact < ActiveRecord::Base | ... | ... |