Commit a32b9f23a859862b38a123150adad9ffc06089e5
1 parent
6ffc25e1
Exists in
master
and in
21 other branches
Version bump
Showing
3 changed files
with
5 additions
and
5 deletions
Show diff stats
CHANGELOG.md
1 | -## 0.2.3 [in progess] | 1 | +## 0.2.3 |
2 | 2 | ||
3 | - Setup Travis | 3 | - Setup Travis |
4 | - Clean old indices before reindex | 4 | - Clean old indices before reindex |
5 | - Search for `*` returns all results | 5 | - Search for `*` returns all results |
6 | +- Fixed pagination | ||
7 | +- Added `similar` method | ||
6 | 8 | ||
7 | ## 0.2.2 | 9 | ## 0.2.2 |
8 | 10 |
README.md
@@ -284,9 +284,7 @@ Advanced | @@ -284,9 +284,7 @@ Advanced | ||
284 | Product.search "2% Milk", facets: {store_id: {where: {in_stock: true}}} | 284 | Product.search "2% Milk", facets: {store_id: {where: {in_stock: true}}} |
285 | ``` | 285 | ``` |
286 | 286 | ||
287 | -### Similar Items [master] | ||
288 | - | ||
289 | -**Note:** Subject to change before the next gem release | 287 | +### Similar Items |
290 | 288 | ||
291 | Find similar items. | 289 | Find similar items. |
292 | 290 |
lib/searchkick/version.rb