Grammar rejects dotted-path find filters

XMLWordPrintableJSON

    • Type: Bug
    • Resolution: Gone away
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Query Optimization
    • ALL
    • Query 2020-10-05
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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"
      }
      

              Assignee:
              [DO NOT USE] Backlog - Query Optimization
              Reporter:
              George Wangensteen (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: