This release is compatible with Laravel 11, 12 & 13
Fixed
getBase()handed back a different collection type when nothing matched - a plainCollection
on empty results and anElasticCollectionotherwise. Base models now always come back as an
ElasticCollection, empty results included, which is whatpaginateBase()and theasBase()
collection macro return as well
Changed
- Requires
pdphilip/elasticsearch^5.7.1, whereElasticCollection's meta getters stopped
fataling on collections that did not come from a query