Skip to content
Snippets Groups Projects
Commit 1610c844 authored by Simonas Šerlinskas's avatar Simonas Šerlinskas Committed by Simonas Šerlinskas
Browse files

remove keyed option condition for to have range key

parent abc79f35
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ class RangeAggregation extends AbstractAggregation ...@@ -90,7 +90,7 @@ class RangeAggregation extends AbstractAggregation
} }
); );
if ($this->keyed && !empty($key)) { if (!empty($key)) {
$range['key'] = $key; $range['key'] = $key;
} }
......
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