Skip to content

Commit 6a08bfa

Browse files
Mantas Urniežasaimaz
Mantas Urnieža
authored andcommitted
Adding missing URI parameters (#229)
'_source_exclude' and '_source_include' was missing in parameters whitelist.
1 parent 8ddc8cb commit 6a08bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/Search.php

+2
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,8 @@ public function addUriParam($name, $value)
663663
'lenient',
664664
'explain',
665665
'_source',
666+
'_source_exclude',
667+
'_source_include',
666668
'stored_fields',
667669
'sort',
668670
'track_scores',

0 commit comments

Comments
 (0)