MongoDB
 sql >> Datenbank >  >> NoSQL >> MongoDB

Wie findet man ein bestimmtes Feld eines Modells auf einem und Zustand in Mungos?

distinct gibt keine voll funktionsfähige Query zurück Objekt, also würdest du es stattdessen so machen:

Model.distinct(field, {$and: arrayOfConditions}).exec(callback);