Skip to content

Commit 06f3ea2

Browse files
authored
Update indexing.md
1 parent 013a73a commit 06f3ea2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/cosmos-db/mongodb/indexing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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 [enabling the 'EnableUniqueCompoundNestedDocs' capability](how-to-configure-capabilities.md).
66+
This feature can be enabled for your database account by filing a support ticket.
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 [enabling the 'EnableUniqueCompoundNestedDocs' capability](how-to-configure-capabilities.md).
272+
This feature can be enabled for your database account by filing a support ticket.
273273
274274
275275
### TTL indexes

0 commit comments

Comments
 (0)