Skip to content

Commit 2cd0b17

Browse files
authored
Apply suggestions from code review
1 parent ed92c54 commit 2cd0b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/vcore/how-to-index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ CarData> db.sampleColl.find({"rental_history.accidents.date":
373373
374374
### Wildcard indexing while excluding nested fields
375375

376-
Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us exclude indexing all nested fields within document `car_info`.
376+
Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us to exclude indexing all nested fields within document `car_info`.
377377

378378
```javascript
379379
// Excludes all the nested sub-document property
@@ -413,7 +413,7 @@ CarData> db.sampleColl.find({"car_info.model":"GT Fastback"}).explain()
413413

414414
### Wildcard indexing while excluding nested objects
415415

416-
Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us exclude nested objects from the document.
416+
Azure Cosmos DB for MongoDB vCore supports Wildcard indexes. The example allows us to exclude nested objects from the document.
417417

418418
```javascript
419419
// Wildcard index excluding nested object

0 commit comments

Comments
 (0)