Skip to content

Commit

Permalink
Add docvalue_fields to Search whitelist, remove fields
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Jul 6, 2016
1 parent 68630a0 commit 63ff8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Elasticsearch/Endpoints/Search.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ protected function getParamWhitelist()
'default_operator',
'df',
'explain',
'fields',
'from',
'ignore_unavailable',
'allow_no_indices',
Expand Down Expand Up @@ -93,6 +92,7 @@ protected function getParamWhitelist()
'timeout',
'version',
'fielddata_fields',
'docvalue_fields',
'filter_path'
);
}
Expand Down

0 comments on commit 63ff8c5

Please sign in to comment.