This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
Releases: ErickTamayo/laravel-scout-elastic
Releases · ErickTamayo/laravel-scout-elastic
8.1.0
8.0.3
Added PHP 8
Fixes
Update .gitignore (#148) because of the file _ide_helper.php crashes OPcache
8.0.1 release
Fix sort results (#142)
8.0.0 Release
Updated code and made it compatible with Scout 8
Support for Laravel Scout 6.0 and 7.0
5.0.0 Added support for Laravel Scout 6.0 and 7.0, Laravel 5.8 (#119)
Compatibility with Scout 5
Compatibility with Scout 5 (#106) * Compatibility with Scout 5 No "cross-installation" possible due to changed method signature Pass around new $builder var Also: Use getScoutModelsByIds/getScoutKey Inspired by https://github.com/laravel/scout/compare/4.0...5.0#diff-f2faa85f27580a9b67d73a8a273bfef1 / https://github.com/laravel/scout/commit/9f06b9c4d77879d53cf1680740b7f8bf19f78279 * Remove PHP5 as laravel/scout^5 / laravel5.6 also removed it
Compatibility with Scout 4
3.0.9 Allow installation with Scout 4 (#99)
3.0.8: Removed count function. Fixes #80 (#84)
Since php 7.2, count a number will generate a warning. Because $results['hits']['total'] is a number we can just compare it to zero. `if ($results['hits']['total'] === 0)`
2.0.1
Fixed error in readme config example (#83)