Reputation: 5150
Here I'm trying to make a new field called imADogOwner
and if dogNames
has no values in the array set the field to false, if there are values in the array set it to true
{
"imADogOwner": { $dogNames: true, $ne: [] }
}
Upvotes: 1
Views: 45