Is possible to Paging nested array ?!

XMLWordPrintableJSON

    • Type: Question
    • Resolution: Done
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      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 ?!

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

              Created:
              Updated:
              Resolved: