Open
Description
consider the following elastic query
`"aggs" => [
"read_ratio_avg" => [
"avg" => [
"field" => "read-ratio",
],
],
],
"query" => [
"bool" => [
"must" => [
[
"range" => [
"read-ratio" => [
"gt" => 0,
],
],
],
[
"match" => [
"url" => $hash,
],
],
],
],
],`
your library handle every section of this query but there is no average aggregation in your library
Metadata
Metadata
Assignees
Labels
No labels