Looking to do the following query:
Entrant .find enterDate : oneMonthAgo confirmed : true .where(\'pincode.length > 0\') .exec (er
I ended up here and my issue was that I was querying for
{$not: {email: /@domain.com/}}
instead of
{email: {$not: /@domain.com/}}