File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/cosmos-db/mongodb Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ms.service: cosmos-db
5
5
ms.subservice : mongodb
6
6
ms.devlang : javascript
7
7
ms.topic : how-to
8
- ms.date : 10/24 /2022
8
+ ms.date : 12/2 /2022
9
9
author : gahl-levy
10
10
ms.author : gahllevy
11
11
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:
63
63
{ " people" : { " tom" : [ { " age" : " 25" } ], " mark" : [ { " age" : " 30" } ] } }
64
64
```
65
65
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 ) .
67
67
68
68
69
69
> [ !NOTE]
@@ -269,7 +269,7 @@ but won't won't work in this case since there's an array in the path:
269
269
{ " people" : { " tom" : [ { " age" : " 25" } ], " mark" : [ { " age" : " 30" } ] } }
270
270
` ` `
271
271
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) .
273
273
274
274
275
275
# ## TTL indexes
You can’t perform that action at this time.
0 commit comments