从 Schema 查看 MongoDB Compass 中的 20 多个最新文档

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

我希望能够从罗盘编辑我的 Mongo 数据库中的一些文档,但查询只显示 20 个最近的结果。我如何查看超过 20 个?或者至少查看接下来的 20 个?

来自 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.

因此,如果您点击 Options,您可以:

  • Limit 的值从默认值 (20) 更改为您选择的值
  • ,即可获得超过 20 个文档
  • 通过改变Skip
  • 的值得到下N个文档