Commit 76fc1dc3232ce3b680da113ec145c00e5c0260c3
1 parent
a7ad92a8
Exists in
master
and in
21 other branches
Version bump to 1.4.1
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
CHANGELOG.md
1 | -## 1.4.1 [unreleased] | |
1 | +## 1.4.1 | |
2 | 2 | |
3 | 3 | - Added `partial_reindex` method |
4 | 4 | - Added `debug` option to `search` method |
... | ... | @@ -6,7 +6,7 @@ |
6 | 6 | |
7 | 7 | ## 1.4.0 |
8 | 8 | |
9 | -- Official support for Elasticsearch 5.0 | |
9 | +- Official support for Elasticsearch 5 | |
10 | 10 | - Boost exact matches for partial matching |
11 | 11 | - Added `searchkick_debug` method |
12 | 12 | - Added `geo_polygon` filter | ... | ... |
README.md
... | ... | @@ -858,7 +858,7 @@ Bounded by a box |
858 | 858 | City.search "san", where: {location: {top_left: {lat: 38, lon: -123}, bottom_right: {lat: 37, lon: -122}}} |
859 | 859 | ``` |
860 | 860 | |
861 | -Bounded by a polygon [master] | |
861 | +Bounded by a polygon | |
862 | 862 | |
863 | 863 | ```ruby |
864 | 864 | City.search "san", where: {location: {geo_polygon: {points: [{lat: 38, lon: -123}, {lat: 39, lon: -123}, {lat: 37, lon: 122}]}}} |
... | ... | @@ -1213,7 +1213,7 @@ Product.where("id > 100000").find_in_batches do |batch| |
1213 | 1213 | end |
1214 | 1214 | ``` |
1215 | 1215 | |
1216 | -Reindex a subset of attributes [master] | |
1216 | +Reindex a subset of attributes | |
1217 | 1217 | |
1218 | 1218 | ```ruby |
1219 | 1219 | class Product < ActiveRecord::Base | ... | ... |
lib/searchkick/version.rb