sql >> Base de Datos >  >> NoSQL >> MongoDB

Cómo filtrar elementos de matriz

A.items = A.items.filter( function(i) {return i == 1 || i == 9 || i == 4} );