-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 1.5.0-alpha1
-
Component/s: None
-
None
-
Not Needed
Background & Motivation
See slack conversation:
A libmongocrypt encryption context for
{ explain: { find: 'fle2', filter: {}, skip: 0, limit: 0, maxTimeMS: 60000 }, verbosity: 'allPlansExecution' }
fails with
csfle "analyze_query" failed: BSON field 'explain.encryptionInformation' is an unknown field. [Error 2, code 40415]
Scope
- Append encryptionInformation to "explain" subdocument, not the root document, for the "explain" command.
- related to
-
SERVER-66508 Make explain handling consistent between csfle and mongocryptd
- Closed