Skip to content

Commit

Permalink
Add 'stored_fields' to Mget whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
polyfractal committed Sep 15, 2016
1 parent 8448f99 commit 054ebed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Elasticsearch/Endpoints/Mget.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ public function getParamWhitelist()
'_source',
'_source_exclude',
'_source_include',
'routing'
'routing',
'stored_fields'
);
}

Expand Down

0 comments on commit 054ebed

Please sign in to comment.