We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985484d commit e359d11Copy full SHA for e359d11
src/Collection.php
@@ -933,6 +933,8 @@ public function listIndexes(array $options = [])
933
*/
934
public function listSearchIndexes(array $options = []): Iterator
935
{
936
+ $options = $this->inheritTypeMap($options);
937
+
938
$operation = new ListSearchIndexes($this->databaseName, $this->collectionName, $options);
939
$server = select_server($this->manager, $options);
940
0 commit comments