-
Type: Sub-task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
QO 2023-02-06, QO 2023-02-20, QO 2023-03-06, QO 2023-03-20, QO 2023-04-03
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.
- related to
-
SERVER-75343 Fix field name redaction
- Closed