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

醉酒当歌 提交于 2020-01-11 05:34:10

问题


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 view the next 20?


回答1:


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


来源:https://stackoverflow.com/questions/48445387/view-more-than-20-most-recent-documents-in-mongodb-compass-from-schema

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!