Releases: designmynight/laravel-elasticsearch
Releases · designmynight/laravel-elasticsearch
v4.3.11
v7.0.1 string fix and improved unit testing
Merge pull request #136 from designmynight/string_type_fix_improved_t…
Elastichsearch V7 Support
Laravel 9 support
Adjusting dependencies
Updated to public docker image
v4.2.4 ElasticSearch 6 Compatibility
Replaces deprecated query fields
- "type" in has_parent replaced by "parent_type"
- "type" in has_child replaced by "child_type"
- constant_score now uses "filter" instead of "query"
v4.3.9
fix: throw bulk error on ES.
v4.3.8
Laravel 7 for old ES
v4.3.7
feat: release 4.3.7
v6.3.2
Fix bug where error was thrown erroneously in insert.
v6.3.1
Support for $query->where('field', 'exists', false)
.