Skip to content

Commit bb6df74

Browse files
committed
fix spacing
1 parent 84652ce commit bb6df74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/cosmos-db/index-policy.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ See [this section](how-to-manage-indexing-policy.md#indexing-policy-examples) fo
9494

9595
## Include/exclude precedence
9696

97-
If your included paths and excluded paths have a conflict, the deeper path takes precedence.
97+
If your included paths and excluded paths have a conflict, the more precise path takes precedence.
9898

9999
Here's an example:
100100

101101
**Included Path**: `/food/ingredients/nutrition/*`
102+
102103
**Excluded Path**: `/food/ingredients/*`
103104

104105
In this case, the included path takes precedence over the excluded path because it is more precise. Based on these paths, any data in the `food/ingredients` path or nested within would be excluded from the index. The exception would be data within the included path: `/food/ingredients/nutrition/*`, which would be indexed.

0 commit comments

Comments
 (0)