Skip to content

Commit 76dc3ea

Browse files
authored
Merge pull request #93 from SuRRoK/master
Fix retrieving all attributes aggs
2 parents ded8698 + 102138b commit 76dc3ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Helper/AggregationHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public static function buildAggregation(string $field): array
3939
],
4040
'aggs' => [
4141
'values' => [
42-
'terms' => ['field' => 'attributes.value.keyword'],
42+
'terms' => ['field' => 'attributes.value.keyword', self::MAX_AGGREGATED_ATTRIBUTES_INFO],
4343
],
4444
],
4545
];

0 commit comments

Comments
 (0)