jmikola / mongoqp

A frontend for MongoDB's query profiler collection.
MIT License
170 stars 25 forks source link

Support for findAndModify/count commands #5

Closed tahajahangir closed 11 years ago

tahajahangir commented 11 years ago

count commands appears in results as command on mydbname.$cmd, and query box is null.

This commit fixes this issue, ans supports count/findAndModify commands.

jmikola commented 11 years ago

@tahajahangir: Thanks for the contribution. I ended up creating what I think is a more robust solution in #8. One important thing that was missing was the ability to show commands on the appropriate collection view.