Push on objects in virtual collection

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Done
    • Priority: Minor - P4
    • None
    • Affects Version/s: 1.0.0
    • Component/s: Usability
    • None
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      Support for this isn't implemented yet. (May be related to virtual collections.)

        1. preparation

      use hej;
      var a = {_id:1, question:"what is my name?", answers:[{_id:11, text:"its earl", comments:[{_id:111, text:"I agree"}]}]};
      db.hej.save(a);

        1. query

      db.hej.update({_id:1, "answers._id":11}, {"$push":{"answers.comments": {_id:112, text:"I dont agree"} }});

        1. error

      > db.getLastError()
      Modifier spec implies existence of an encapsulating object with a name that already represents a non-object, or is referenced in another $set clause

        1. notes

              Assignee:
              Unassigned
              Reporter:
              sandstrom
              Votes:
              8 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: