Skip to content

Commit

Permalink
Add 'pre_filter_shard_size' param to Search whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 20, 2017
1 parent 8133021 commit f708d9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ public function getParamWhitelist()
'terminate_after',
'stored_fields',
'batched_reduce_size',
'typed_keys'
'typed_keys',
'pre_filter_shard_size'
);
}

Expand Down

0 comments on commit f708d9d

Please sign in to comment.