Releases: datashaman/elasticsearch-model
Releases · datashaman/elasticsearch-model
2.1.0
What's Changed
- Add helper methods: withResults and buckets by @datashaman in #6
Full Changelog: 2.0.0...2.1.0
2.0.0
Bug in searching when query is an object
Shows on newer versions of PHP only.
Laravel version fixes and silence missing index in deleteIndex
Fixed a few small composer declarations and silence the error when an index is missing in deleteIndex.
Add support for Laravel 5.6 and Elasticsearch 5.*/6.*
1.1.0 Add support for Laravel 5.6 and Elasticsearch 5.*/6.*
Protect against division by zero in paginator
1.0.4 Protect against division by zero
Fix resultfactory implementation
Also add global config for resultClass and resultFactory.
Add resultClass option
0.2.4 Add resultClass option
Add getter for attributes
0.2.3 Add getter for attributes
__isset and get (with default) added
0.2.2 Use __isset, you wally