The legacy MongoCollection Distinct method currently sends a null value for the query parameter in the distinct command. We should omit the query field when the value is null.
- is related to
-
SERVER-19907 Distinct command should accept a BSON element of type null for the "query" field
- Closed