我希望能够从罗盘中编辑Mongo DB中的某些文档,但查询只显示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.
因此,如果您点击选项,您可以:
>通过将Limit的值从默认值(20)更改为您选择的值,可以获得超过20个文档
>通过更改Skip的值来获取下一个N个文档