Posts by wallacepf • 1 point
1 post
-
-1
votes1
answer641
viewsQ: How to search all elements of an array in Mongodb
I have a Mongodb document as an example: { "_id": "andresm", "username": "Andre Salesmo", "carros": [ {"marca": "ferrari", "tipo": "coupe", "preco": "850000.00", "data_compra": "22/01/2015",…