Query Object list
Answered
I have a collection named 'vendors' and there is a field called 'products' in that collection.The products field is a collection of object.Each object contains a 'productno' and 'productname' field. How can I get a products with a specific 'productno'?
I seems that you need $elemMatch.
or user our fluid query:I seems that you need $elemMatch.
or user our fluid query:Replies have been locked on this page!