Skip to content

Commit 1a88693

Browse files
Rabotyahoffpolyfractal
authored andcommitted
fix DeleteByQuery param white list (#748)
method delete_by_query can use the q parameter in the same way as the search api
1 parent 3a0bc09 commit 1a88693

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Elasticsearch/Endpoints/DeleteByQuery.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public function getParamWhitelist()
7373
'lenient',
7474
'preference',
7575
'query',
76+
'q',
7677
'refresh',
7778
'request_cache',
7879
'requests_per_second',

0 commit comments

Comments
 (0)