File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
source/unified-test-format Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3499,10 +3499,10 @@ enforceable by the JSON schema or the test runner implementation.
3499
3499
3500
3500
# ## Why are `_enxcol` collections dropped?
3501
3501
3502
- The collections `_enxcol.<collectionName>.esc` and `_enxcol.<collectionName>.ecoc` are [automatically
3503
- created](../client-side-encryption/client-side-encryption.md#create-collection-helper) for Queryable Encryption
3504
- collections. If these collections are present and non-empty, the server generated `__safeContent__` field may differ.
3505
- ` __safeContent__` includes a count of the number of instances of the given value. To do exact matching on
3502
+ The collections `_enxcol.<collectionName>.esc` and `_enxcol.<collectionName>.ecoc` are
3503
+ [automatically created](../client-side-encryption/client-side-encryption.md#create-collection-helper) for Queryable
3504
+ Encryption collections. If these collections are present and non-empty, the server generated `__safeContent__` field may
3505
+ differ. `__safeContent__` includes a count of the number of instances of the given value. To do exact matching on
3506
3506
` __safeContent__` the test runner is required to drop these collections.
3507
3507
3508
3508
<span id="rationale_observeSensitiveCommands"></span>
You can’t perform that action at this time.
0 commit comments