Details
-
Question
-
Resolution: Done
-
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 : "flour", gr : 300 } }
},
]
}
I want to show only a few of ingredients of a specific product,
but how can i paging the result ?!