Treat nested and dotted projections the same

XMLWordPrintableJSON

    • ALL
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      All four of these $projections should do the same thing:

      {'a.b': 1} // classic inclusion
      {a: {b: 1} // nested inclusion
      {'a.b': '$a.b'} // dotted FieldPathExpression
      {a: {b: '$a.b'} // nested FieldPathExpression
      

            Assignee:
            Mathias Stearn
            Reporter:
            Mathias Stearn
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: