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
@@ -22,7 +22,7 @@ Wildcard indexing can be helpful in the following scenarios:
22
22
- Queries filtering on any field in the document making indexing all fields through a single command easier than indexing each field individually.
23
23
- Queries filtering on most fields in the document making indexing all but a few fields through a single easier than indexing most fields individually.
24
24
25
-
Wildcard indexing will soon be available in Azure Cosmos DB for MongoDB vCore. This sample describes a simple workaround to minimize the effort needed to create individual indexes until wildcar indexing is generally available.
25
+
This sample describes a simple workaround to minimize the effort needed to create individual indexes until wildcard indexing is generally available in Azure Cosmos DB for MongoDB vCore.
0 commit comments