My Schema and data is shown above. How can I query in Mongoose for all documents where within optedOutPerson where campaign_id contains 6020?
In MongoHub, I'm trying: { 'optedOutPerson.campaign_id': /602/ } and that yields no results.
Thank you, in advance.