File tree 6 files changed +21
-3
lines changed
elasticsearch-persistence
lib/elasticsearch/persistence
6 files changed +21
-3
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.9
2
+
3
+ * Added a ` suggest ` method to wrap the suggestions in response
4
+ * Added the ` :includes ` option to Adapter::ActiveRecord::Records for eagerly loading associated models
5
+ * Delegated ` max_pages ` method properly for Kaminari's ` next_page `
6
+ * Fixed ` #dup ` behaviour for Elasticsearch::Model
7
+ * Fixed typos in the README and examples
8
+
1
9
## 0.1.8
2
10
3
11
* Added "default per page" methods for pagination with multi model searches
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Model
3
- VERSION = "0.1.8 "
3
+ VERSION = "0.1.9 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.9
2
+
3
+ * Added, that raw ` _source ` is accessible from a model instance
4
+
1
5
## 0.1.8
2
6
3
7
* Added ` cluster.health wait_for_status: 'yellow' ` to Repository integration test
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Persistence
3
- VERSION = "0.1.8 "
3
+ VERSION = "0.1.9 "
4
4
end
5
5
end
Original file line number Diff line number Diff line change
1
+ ## 0.1.9
2
+
3
+ * Added checks for proper launch order and other updates to the example application templates
4
+ * Updated the example application to work with Elasticsearch 2.x
5
+ * Used the ` suggest ` method instead of ` response['suggest'] ` in the application template
6
+
1
7
## 0.1.8
2
8
3
9
* Added an example application template that loads settings from a file
Original file line number Diff line number Diff line change 1
1
module Elasticsearch
2
2
module Rails
3
- VERSION = "0.1.8 "
3
+ VERSION = "0.1.9 "
4
4
end
5
5
end
You can’t perform that action at this time.
0 commit comments