sql >> データベース >  >> NoSQL >> MongoDB

node.jsメソッドのfindRandom()マングースが機能しないのはなぜですか?

    そしておそらく解決策はここにあるかもしれません- npm pagemongoose-random のコメントを参照してください 例。

    // 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);
    });
    


    1. javamongodb正規表現非文字文字

    2. Flaskを使用してGridFSからファイルを一覧表示して提供します

    3. 一意のフィールドを持つすべてのドキュメントに対するMongoDBクエリ

    4. マングースを介してアイテムをマングースアレイにプッシュします