Answers for "mongodb aggregate cond $in"

1

mongodb aggregate cond $in

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

Code answers related to "mongodb aggregate cond $in"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language