Skip to content

Commit a926d0e

Browse files
committed
fix query for composite index example
1 parent 658ed43 commit a926d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/how-to-manage-indexing-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Query #2:
214214
ORDER BY c.name DESC, c.age ASC
215215
```
216216

217-
This composite index will benefit Query #3 and Query #4 but is not required:
217+
This composite index will benefit Query #3 and Query #4 and optimize the filters:
218218

219219
Query #3:
220220

0 commit comments

Comments
 (0)