Skip to content

Commit 1a20259

Browse files
brstgtpolyfractal
authored andcommitted
Add 'terminate_after' to Count endpoint whitelist (#634)
Closes #631
1 parent e5d9fbb commit 1a20259

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Count.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ public function getParamWhitelist()
7272
'lowercase_expanded_terms',
7373
'analyze_wildcard',
7474
'lenient',
75-
'lowercase_expanded_terms'
75+
'lowercase_expanded_terms',
76+
'terminate_after'
7677
);
7778
}
7879

0 commit comments

Comments
 (0)