Details
-
Sub-task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
QO 2023-02-06, QO 2023-02-20, QO 2023-03-06, QO 2023-03-20, QO 2023-04-03
Description
The following arguments to find should have literal values abstracted.
filter: <document>,
|
projection: <document>,
|
skip: <int>, |
limit: <int>, |
batchSize: <int>, |
maxTimeMS: <int>, |
max: <document>,
|
min: <document>,
|
noCursorTimeout: <bool>,
|
let: <document>
|
The following arguments to find should have field names redacted.
find: <string>
|
filter: <document>
|
sort: <document>
|
projection: <document>
|
hint: <document or string>,
|
max: <document>,
|
min: <document>,
|
let: <document>
|
All other arguments should be preserved.
Attachments
Issue Links
- related to
-
SERVER-75343 Fix field name redaction
-
- Closed
-