Skip to content

Commit 9ce9b42

Browse files
Add rest_total_hits_as_int to allowed Uri Params (#1)
1 parent 0963758 commit 9ce9b42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Search.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -752,6 +752,7 @@ public function addUriParam($name, $value)
752752
'typed_keys',
753753
'pre_filter_shard_size',
754754
'ignore_unavailable',
755+
'rest_total_hits_as_int',
755756
])) {
756757
$this->uriParams[$name] = $value;
757758
} else {

0 commit comments

Comments
 (0)