Releases: babenkoivan/elastic-scout-driver-plus
Releases · babenkoivan/elastic-scout-driver-plus
v2.0.0
Added
- PHP 8 support
Breaking Changes
CustomSearch
trait was renamed toQueryDsl
Match
class was renamed toQueryMatch
v1.18.1
Fixed
- Fixed the issue, when it was not possible to use
Paginator
withJsonResource
v1.18.0
Added
SearchResult
is now iterableSearchResult
forwards calls to matches
v1.17.0
Improved
- Paginator now has access to models, highlights, aggregations, etc.
v1.16.0
Added
- Indices boost support
- Scores tracking support
v1.15.0
Added
- GitHub workflows: tests, code style, static analysis
Fixed
- Search by index alias
v1.14.0
Added
- Possibility to use query builders in
Model::boolSearch()
andModel::nestedSearch()
Match::raw()
accessor, which allows to retrieve a raw representation of the respective hitwhen
generic method
Updated
- Documentation
v1.13.0
Added
- Configurable total hits tracking
v1.12.0
Added
- Exists search
- Fuzzy search
- Ids search
- Prefix search
- Range search
- Regexp search
- Term search
- Terms search
- Wildcard search
Updated
- Documentation
v1.11.1
Fixed
- The issue, when search result couldn't be serialized