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

Regarding Update Multi

    • Type: Icon: Bug Bug
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None
    • ALL

      db.tnAssetCache.update(
      {},
      { $pull:{OrderList:
      {"orderCompletedDate":{"$lte":ISODate("2017-07-25T20:33:53.695Z")}}}},{ multi: true }
      )

      db.tnAssetCache.update(
      {"orderList.orderCompletedDate":{"$lte":ISODate("2017-07-25T20:33:53.695Z")}},
      { $pull:{OrderList:
      {"orderCompletedDate":{"$lte":ISODate("2017-07-25T20:33:53.695Z")}}}},
      { multi: true }
      )

       

            Assignee:
            nick.brewer Nick Brewer
            Reporter:
            Avinash_45 Avinash [X]
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: