Filtering By “Reaching” Into Arrays With Mongo
One seriously neat capability with Mongo is the ability to filter by “reaching” into an array and filtering on a property of an object in an array. This is seriously powerful stuff and incredibly easy with Mongo. There’s an example...