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

Tags: ErickTamayo/laravel-scout-elastic

Tags

8.1.0

Toggle 8.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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 <[email protected]>

8.0.3

Toggle 8.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update composer.json (#156)

add php 8.0

8.0.2

Toggle 8.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .gitignore (#148)

because of the file _ide_helper.php crashes OPcache

8.0.1

Toggle 8.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix sort results (#142)

8.0.0

Toggle 8.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
8.0 implemented (#140)

* 8.0 implemented

* bumped php version

* removed dev flag

* no comment

5.0.0

Toggle 5.0.0's commit message
Added support for Laravel Scout 6.0 and 7.0, Laravel 5.8 (#119)

4.0.0

Toggle 4.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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 laravel/scout@4.0...5.0#diff-f2faa85f27580a9b67d73a8a273bfef1 / laravel/scout@9f06b9c

* Remove PHP5 as laravel/scout^5 / laravel5.6 also removed it

3.0.9

Toggle 3.0.9's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Allow installation with Scout 4 (#99)

3.0.8

Toggle 3.0.8's commit message
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

Toggle 2.0.1's commit message
Fixed error in readme config example (#83)