Database

[{"title":"title","tags":["cool","amazing","funny"]},{"title":"another title","tags":["nice","amazing","funny"]}]

Query

db.collection.aggregate([{"$match":{"$expr":{"$eq":[{"$setDifference":[["cool","amazing"],"$tags"]},[]]}}}])

Result