Skip to content

Commit a493d1f

Browse files
authored
Update how-to-create-wildcard-indexes.md
Making changes based on latest feedback on the PR.
1 parent 9a2b7be commit a493d1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/mongodb/vcore/how-to-create-wildcard-indexes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Wildcard Indexes in Azure Cosmos DB for MongoDB vCore
2+
title: Wildcard indexes in Azure Cosmos DB for MongoDB vCore
33
titleSuffix: Azure Cosmos DB for MongoDB vCore
44
description: Sample to create wildcard indexes in Azure Cosmos DB for MongoDB vCore.
55
author: abinav2307
@@ -12,7 +12,7 @@ ms.date: 6/25/2024
1212
---
1313

1414

15-
# Creating Wildcard Indexes in Azure Cosmos DB for MongoDB vCore
15+
# Create wildcard indexes in Azure Cosmos DB for MongoDB vCore
1616

1717
[!INCLUDE[MongoDB vCore](~/reusable-content/ce-skilling/azure/includes/cosmos-db/includes/appliesto-mongodb-vcore.md)]
1818

@@ -22,7 +22,7 @@ Wildcard indexing can be helpful in the following scenarios:
2222
- Queries filtering on any field in the document making indexing all fields through a single command easier than indexing each field individually.
2323
- Queries filtering on most fields in the document making indexing all but a few fields through a single easier than indexing most fields individually.
2424

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.
2626

2727
## Solution
2828
Consider the json document below:

0 commit comments

Comments
 (0)