MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Perché il metodo findRandom() mongoose per node.js non funziona?

E probabilmente la soluzione potrebbe essere qui:guarda i commenti su npm page mongoose-random esempio .

// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.

Prova

productSchema.syncRandom(function (err, result) {
   console.log(result.updated);
});