Uploaded image for project: 'Documentation'
  1. Documentation
  2. DOCS-10345

Comment on: "manual/reference/operator/update/positional.txt"

    XMLWordPrintableJSON

Details

    Description

      If I'm not mistaken then this will update two records not just one:
      grade field with a value less than or equal to 90 and a mean field with a value greater than 80

      {
      _id: 4,
      grades: [

      { grade: 80, mean: 75, std: 8 }

      ,

      { grade: 85, mean: 90, std: 5 }

      , <<<<< this

      { grade: 90, mean: 85, std: 3 }

      <<<<< and this too!
      ]
      }

      Attachments

        Activity

          People

            Unassigned Unassigned
            xgen-internal-docs Docs Collector User (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              1 year, 14 weeks, 2 days ago