Answers for "mongodb query aggregate"

Go
1

mongodb aggregate cond $in

cond: {
  $and: [{
  	$in: ['$$viewsDoc.year', [1, 2, 3]]
  }]
}
Posted by: Guest on October-14-2021

Browse Popular Code Answers by Language