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.
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).
1056
1056
*
1057
1057
* @remarks Only available when used against a 7.0+ Atlas cluster.
* Returns all search indexes for the current collection.
1062
1062
*
1063
1063
* @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.
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).
1065
1065
*
1066
1066
* @remarks Only available when used against a 7.0+ Atlas cluster.
0 commit comments