You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FiltersAggregation adds filters inside an array with the type as key. Though, this generates the following array for a TermQuery with the 'term'-key twice in the stack:
The FiltersAggregation adds filters inside an array with the type as key. Though, this generates the following array for a
TermQuery
with the 'term'-key twice in the stack:This filter will throw an exception when sending it with a query to an Elasticsearch server.
I can supply a PR to fix this issue if you want.
The text was updated successfully, but these errors were encountered: