Skip to content

Commit

Permalink
Add 'terminate_after' to Count endpoint whitelist (#634)
Browse files Browse the repository at this point in the history
Closes #631
  • Loading branch information
brstgt authored and polyfractal committed Aug 23, 2017
1 parent fc9a9f9 commit c3cacd7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Count.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ public function getParamWhitelist()
'lowercase_expanded_terms',
'analyze_wildcard',
'lenient',
'lowercase_expanded_terms'
'lowercase_expanded_terms',
'terminate_after'
);
}

Expand Down

0 comments on commit c3cacd7

Please sign in to comment.