Date: 2018-02-16
This tutorial demonstrates MongoDB's array query operators: $all, $elemMatch, and $size. $all retrieves documents where an array field contains all specified values. $elemMatch finds documents with at least one array element matchin...