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
CHANGELOG.md
... ... @@ -2,6 +2,7 @@
2 2  
3 3 - Much better performance for where queries if no facets
4 4 - Added basic support for regex
  5 +- Added support for routing
5 6  
6 7 ## 0.8.7
7 8  
... ...
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
... ...