Skip to content

Commit 054ebed

Browse files
committed
Add 'stored_fields' to Mget whitelist
1 parent 8448f99 commit 054ebed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elasticsearch/Endpoints/Mget.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ public function getParamWhitelist()
6565
'_source',
6666
'_source_exclude',
6767
'_source_include',
68-
'routing'
68+
'routing',
69+
'stored_fields'
6970
);
7071
}
7172

0 commit comments

Comments
 (0)