diegohaz/querymen

negative Query

danilopimenta opened this issue · 0 comments

How produce queries like this:

find({"$nor": [{"status": "inactive"}], "$and": [{"type": "x"}] })

?