-
Mantas Varatiejus authored
# Conflicts: # CHANGELOG.md # src/SearchEndpoint/FilterEndpoint.php # tests/Aggregation/FilterAggregationTest.php
Mantas Varatiejus authored# Conflicts: # CHANGELOG.md # src/SearchEndpoint/FilterEndpoint.php # tests/Aggregation/FilterAggregationTest.php
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
CHANGELOG.md 994 B
CHANGELOG
v2.0.0 (2016-x)
- [BC break] Aggregation name is not prefixed anymore
v1.1.1 (2016-01-26)
- Fixed query endpoint normalization when called repeatedly #56
- Deprecated
DslTypeAwareTrait
andFilterOrQueryDetectionTrait
traits
v1.1.0 (2015-12-28)
- Fixed nested query in case
bool
with singlemust
clause given #32 - Deprecated all filters and filtered query #50
- Added
filter
clause support forBoolQuery
#48