Answers for "aggregate query in mongodb example"

Go
1

mongodb aggregate cond $in

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

Code answers related to "aggregate query in mongodb example"

Browse Popular Code Answers by Language