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

Is possible to Paging nested array ?!

    XMLWordPrintableJSON

Details

    • Icon: Question Question
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • None
    • None
    • None

    Description

      This is my case :

      #The Object Container :

      {
      _id : 0,
      _class : Container,
      products : [
      { // first product
      name : "applepie",

      // this is an HashMap
      ingredients : {

      { name : "apple", gr : 1000 }

      ,

      { name : "flour", gr : 300 }

      }
      },

      { // second product ..... some utils..... }

      ]
      }

      I want to show only a few of ingredients of a specific product,
      but how can i paging the result ?!

      Attachments

        Activity

          People

            Unassigned Unassigned
            giuseppeq Giuseppe Quartarone
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: