File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/cosmos-db/mongodb/vcore Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -373,7 +373,7 @@ CarData> db.sampleColl.find({"rental_history.accidents.date":
373
373
374
374
### Wildcard indexing while excluding nested fields
375
375
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 ` .
377
377
378
378
``` javascript
379
379
// Excludes all the nested sub-document property
@@ -413,7 +413,7 @@ CarData> db.sampleColl.find({"car_info.model":"GT Fastback"}).explain()
413
413
414
414
### Wildcard indexing while excluding nested objects
415
415
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.
417
417
418
418
``` javascript
419
419
// Wildcard index excluding nested object
You can’t perform that action at this time.
0 commit comments