Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Releases: ErickTamayo/laravel-scout-elastic

8.1.0

31 Dec 14:28
9e6300e
Compare
Choose a tag to compare
Feat: PHP-8.1 support and Laravel scout 9.0 support (#163)

* Feat: PHP-8.1 support and laravel scout 9.0 support

* Feat: Add Laravel scout 9.3 support

Co-authored-by: Santosh Jung Shahi <santosh@senselab.com.np>

8.0.3

26 Aug 02:55
058a3fc
Compare
Choose a tag to compare

Added PHP 8

Fixes

14 Dec 17:42
004c8fc
Compare
Choose a tag to compare
Update .gitignore (#148)

because of the file _ide_helper.php crashes OPcache

8.0.1 release

21 Sep 17:02
6389e13
Compare
Choose a tag to compare
Fix sort results (#142)

8.0.0 Release

20 Sep 18:33
48e1f82
Compare
Choose a tag to compare

Updated code and made it compatible with Scout 8

Support for Laravel Scout 6.0 and 7.0

14 May 14:14
Compare
Choose a tag to compare
5.0.0

Added support for Laravel Scout 6.0 and 7.0, Laravel 5.8 (#119)

Compatibility with Scout 5

15 Oct 13:51
Compare
Choose a tag to compare
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

22 Apr 02:52
Compare
Choose a tag to compare
3.0.9

Allow installation with Scout 4 (#99)

3.0.8: Removed count function. Fixes #80 (#84)

24 Oct 15:45
Compare
Choose a tag to compare
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

13 Oct 15:53
Compare
Choose a tag to compare
Fixed error in readme config example (#83)