Skip to content

Commit ded2466

Browse files
Merge pull request #220198 from gahl-levy/patch-43
Update indexing.md
2 parents ea6f8a7 + 07dc50b commit ded2466

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/cosmos-db/mongodb/indexing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.service: cosmos-db
55
ms.subservice: mongodb
66
ms.devlang: javascript
77
ms.topic: how-to
8-
ms.date: 10/24/2022
8+
ms.date: 12/2/2022
99
author: gahl-levy
1010
ms.author: gahllevy
1111
ms.custom: devx-track-js, cosmos-db-video, ignite-2022
@@ -63,7 +63,7 @@ but won't won't work in this case since there's an array in the path:
6363
{ "people": { "tom": [ { "age": "25" } ], "mark": [ { "age": "30" } ] } }
6464
```
6565

66-
This feature can be enabled for your database account by filing a support ticket.
66+
This feature can be enabled for your database account by [enabling the 'EnableUniqueCompoundNestedDocs' capability](how-to-configure-capabilities.md).
6767

6868

6969
> [!NOTE]
@@ -269,7 +269,7 @@ but won't won't work in this case since there's an array in the path:
269269
{ "people": { "tom": [ { "age": "25" } ], "mark": [ { "age": "30" } ] } }
270270
```
271271
272-
This feature can be enabled for your database account by filing a support ticket.
272+
This feature can be enabled for your database account by [enabling the 'EnableUniqueCompoundNestedDocs' capability](how-to-configure-capabilities.md).
273273
274274
275275
### TTL indexes

0 commit comments

Comments
 (0)