-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
Query Optimization
-
ALL
-
Query 2017-11-13, Query 2020-07-13, Query 2020-07-27
> 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.
- 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