Skip to content

Commit 3884ca0

Browse files
committed
Add 'typed_keys' param to MSearch whitelist
1 parent e6f79de commit 3884ca0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/Msearch.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public function getParamWhitelist()
7777
{
7878
return array(
7979
'search_type',
80+
'typed_keys',
8081
);
8182
}
8283

0 commit comments

Comments
 (0)