Skip to content
Snippets Groups Projects
Commit 54e36c64 authored by Francis Eytan Dortort's avatar Francis Eytan Dortort Committed by Simonas Šerlinskas
Browse files

Allow min=0 for extended bounds (#178)

parent 45033ff6
No related branches found
No related tags found
No related merge requests found
......@@ -184,7 +184,8 @@ class HistogramAggregation extends AbstractAggregation
[
'min' => $min,
'max' => $max,
]
],
'strlen'
);
$this->extendedBounds = $bounds;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment