Skip to content

Commit b45cbc1

Browse files
committed
update index policy doc
1 parent 9fcdeb8 commit b45cbc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/index-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Any indexing policy has to include the root path `/*` as either an included or a
7979

8080
- Include the root path to selectively exclude paths that don't need to be indexed. This approach is recommended as it lets Azure Cosmos DB proactively index any new property that may be added to your model.
8181

82-
- Exclude the root path to selectively include paths that need to be indexed. The partition key path isn't indexed by default with the exclude strategy and should be explicitly included if needed.
82+
- Exclude the root path to selectively include paths that need to be indexed. The partition key property path isn't indexed by default with the exclude strategy and should be explicitly included if needed.
8383

8484
- For paths with regular characters that include: alphanumeric characters and _ (underscore), you don't have to escape the path string around double quotes (for example, "/path/?"). For paths with other special characters, you need to escape the path string around double quotes (for example, "/\"path-abc\"/?"). If you expect special characters in your path, you can escape every path for safety. Functionally, it doesn't make any difference if you escape every path or just the ones that have special characters.
8585

0 commit comments

Comments
 (0)