mongoose pagination with aggregate search

前端 未结 0 1657
南笙
南笙 2021-02-02 18:34
const page = 1;
const limit = 10;

const searchResultsArray = await mongoose.connection.db
                .collection(\'game_activity\')
                .aggregate([
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题