Commit a677d983f7af8d08c95974ea9d8f6f8880c07939

Authored by Andrew Kane
1 parent f229624b

Updated readme and changelog for routing

Showing 2 changed files with 3 additions and 2 deletions   Show diff stats
@@ -2,6 +2,7 @@ @@ -2,6 +2,7 @@
2 2
3 - Much better performance for where queries if no facets 3 - Much better performance for where queries if no facets
4 - Added basic support for regex 4 - Added basic support for regex
  5 +- Added support for routing
5 6
6 ## 0.8.7 7 ## 0.8.7
7 8
@@ -647,9 +647,9 @@ Also supports [additional options](http://www.elasticsearch.org/guide/en/elastic @@ -647,9 +647,9 @@ Also supports [additional options](http://www.elasticsearch.org/guide/en/elastic
647 City.search "san", boost_by_distance: {field: :location, origin: [37, -122], function: :linear, scale: "30mi", decay: 0.5} 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 ```ruby 654 ```ruby
655 class Contact < ActiveRecord::Base 655 class Contact < ActiveRecord::Base