そしておそらく解決策はここにあるかもしれません-
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
をお試しください
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});
そしておそらく解決策はここにあるかもしれません-
// if you have an existing collection, it must first by synced.
// this will add random data for the `path` key for each doc.
をお試しください
productSchema.syncRandom(function (err, result) {
console.log(result.updated);
});