Releases: babenkoivan/elastic-scout-driver-plus
Releases · babenkoivan/elastic-scout-driver-plus
v4.2.0
Added
- Search query explanation support
v4.1.0
Changed
- Inner hits are mapped into the Hit decorator
v4.0.2
Fixed
Engine
is now non-finalScout::$removeFromSearchJob
is now configurable
v4.0.1
Fixed
callback
is now mandatory in thewhen
andunless
methods
v4.0.0
Added
- Elasticsearch 8 support
- Multiple connections support
- Point-in-time support
- Search after support
- Custom routing support for search
when
/unless
methods support for query builders- Ability to resolve models for suggestions
Changed
- The namespace has been changed to
Elastic\ScoutDriverPlus
SearchRequestBuilder
has been replaced withSearchParametersBuilder
Searchable::shardRouting()
has been renamed toSearchable::searchableRouting()
v3.5.0
Added
case_insensitive
support in term-level queries
v3.4.0
Added
search_type
andpreference
support- Geo-distance query support
v3.3.0
Updated
$query
is now optional when creating a new search request builder
v3.2.4
Fixed
- The default
Searchable::queueRemoveFromSearch($models)
method is used whenelastic
driver is not enabled
v3.2.3
Fixed
Scout::$removeFromSearchJob
is not being replaced in the service providerSearchResult::models()
returns an Eloquent collection