-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Optimization
-
ALL
-
Query 2020-10-05
Currently, with CST Parsing enabled, we can't parse dotted-path fieldnames for find filters.
db.example.find( {"a.b": 1} ) Error: error: { "ok" : 0, "errmsg" : "syntax error, unexpected fieldname containing dotted path at element 'a.b' of input filter", "code" : 9, "codeName" : "FailedToParse" }
- related to
-
SERVER-97247 Complete TODO listed in SERVER-51224
- Closed