|
| 1 | +## 0.1.8 |
| 2 | + |
| 3 | +* Added "default per page" methods for pagination with multi model searches |
| 4 | +* Added a convenience accessor for the `aggregations` part of response |
| 5 | +* Added a full example with mapping for the completion suggester |
| 6 | +* Added an integration test for paginating multiple models |
| 7 | +* Added proper support for the new "multi_fields" in the mapping DSL |
| 8 | +* Added the `no_timeout` option for `__find_in_batches` in the Mongoid adapter |
| 9 | +* Added, that index settings can be loaded from any object that responds to `:read` |
| 10 | +* Added, that index settings/mappings can be loaded from a YAML or JSON file |
| 11 | +* Added, that String pagination parameters are converted to numbers |
| 12 | +* Added, that empty block is not required for setting mapping options |
| 13 | +* Added, that on MyModel#import, an exception is raised if the index does not exists |
| 14 | +* Changed the Elasticsearch port in the Mongoid example to 9200 |
| 15 | +* Cleaned up the tests for multiple fields/properties in mapping DSL |
| 16 | +* Fixed a bug where continuous `#save` calls emptied the `@__changed_attributes` variable |
| 17 | +* Fixed a buggy test introduced in #335 |
| 18 | +* Fixed incorrect deserialization of records in the Multiple adapter |
| 19 | +* Fixed incorrect examples and documentation |
| 20 | +* Fixed unreliable order of returned results/records in the integration test for the multiple adapter |
| 21 | +* Fixed, that `param_name` is used when paginating with WillPaginate |
| 22 | +* Fixed the problem where `document_type` configuration was not propagated to mapping [6 months ago by Miguel Ferna |
| 23 | +* Refactored the code in `__find_in_batches` to use Enumerable#each_slice |
| 24 | +* Refactored the string queries in multiple_models_test.rb to avoid quote escaping |
| 25 | + |
1 | 26 | ## 0.1.7
|
2 | 27 |
|
3 | 28 | * Improved examples and instructions in README and code annotations
|
|
0 commit comments