You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Returns all search indexes for the current collection.
1054
1054
*
1055
-
* @param options - The options for the list indexes operation. This method will ignore 'readConcern' and 'writeConcern' keys if they are present in 'options' (since there is no Atlas support).
1055
+
* @param options - The options for the list indexes operation.
1056
1056
*
1057
1057
* @remarks Only available when used against a 7.0+ Atlas cluster.
* Returns all search indexes for the current collection.
1062
1064
*
1063
1065
* @param name - The name of the index to search for. Only indexes with matching index names will be returned.
1064
-
* @param options - The options for the list indexes operation. This method will ignore 'readConcern' and 'writeConcern' keys if they are present in 'options' (since there is no Atlas support).
1066
+
* @param options - The options for the list indexes operation.
1065
1067
*
1066
1068
* @remarks Only available when used against a 7.0+ Atlas cluster.
0 commit comments