Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-283

Push on objects in virtual collection

    • Type: Icon: New Feature New Feature
    • Resolution: Done
    • Priority: Icon: Minor - P4 Minor - P4
    • None
    • Affects Version/s: 1.0.0
    • Component/s: Usability
    • Labels:
      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 Unassigned
            Reporter:
            sandstrom sandstrom
            Votes:
            8 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: