View more than 20 most recent documents in MongoDB Compass from Schema

后端 未结 1 1990
半阙折子戏
半阙折子戏 2021-01-12 06:04

I want to be able to edit some documents in my Mongo DB from compass, but a query only shows 20 of the most recent results. How can I view more than that 20? Or at least v

相关标签:
1条回答
  • 2021-01-12 06:39

    From the docs ...

    You can specify a query filter in the query bar. If you click Options to expand the query bar, you also have access to the project, sort, skip, and limit options of the query.

    So, if you click on Options you can:

    • Get more than 20 docs by changing the value of Limit from the default (20) to a value of your choosing
    • Get the next N documents by changing the value of Skip
    0 讨论(0)
提交回复
热议问题