Skip to content

Tags: matchish/laravel-scout-elasticsearch

Tags

v7.11.2

Toggle v7.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #310 from royduin/patch-4

Config scheme fix

v7.11.1

Toggle v7.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v7.11.0

Toggle v7.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v7.10.0

Toggle v7.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CHANGELOG.md formatting

v7.9.0

Toggle v7.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for using pagination with custom query in Scout Builder. (#290)

* Add limit handling to SearchFactory

Enhanced the SearchFactory to handle 'limit' from the builder and set the search size accordingly. Also included unit tests to verify limit handling and compatibility with pagination options.

* Refactor search options handling in SearchFactory

Simplify and centralize option preparation by introducing the `prepareOptions` and `supportedOptions` methods in `SearchFactory`. Adjust tests to align with the new logic, ensuring size and from parameters are correctly set and prioritized.

* Fix CI report

* Add changelog and update documentation

* Update changelog

v7.8.0

Toggle v7.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v7.7.0

Toggle v7.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #283 from hulkur/master

Add config option to disable SSL verification

v7.6.2

Toggle v7.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #282 from rafaucau/soft_delete_condition

Change if conditions order in soft deletes check for compatibility

8.0.0-alpha.2

Toggle 8.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #278 from DavisPuciriuss/parallel-import-fixes

PullFromSourceParallel small bug fixes

8.0.0-alpha.1

Toggle 8.0.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #275 from DavisPuciriuss/improve-import-speed

Parallel import with trackable jobs.