Details
-
Bug
-
Status: Backlog
-
Minor - P4
-
Resolution: Unresolved
-
None
-
None
-
Query Optimization
-
ALL
-
Query 2017-11-13, Query 2020-07-13, Query 2020-07-27
Description
> db.test.find()
|
{ "_id" : ObjectId("59dcfc510d45ac010df64f5f"), "a.b" : 1 } |
> db.test.find({$jsonSchema: {properties: {'a.b': {type: 'number'}}, required: ['a.b']}}) |
>
|
There are several similar tickets, but this is meant to track the behavior specifically within a $jsonSchema validator.
Attachments
Issue Links
- is related to
-
SERVER-39285 [FLE] Reject dotted fields names in JSON Schema for encrypted fields
-
- Closed
-
-
SERVER-30575 Please add escaping convention for dot and dollar signs!
-
- Backlog
-