forked from bububa/MongoHub-Mac
-
Notifications
You must be signed in to change notification settings - Fork 156
Closed
Description
I believe there isn't any specific export functionality for a specific query. Let's say my query is:
db.articles.find({'source.name': 'github'}).sort({ "_id": 1}).skip(0).limit(30)
I just want to export the results of this query to JSON. But if I press Export button, it exports the whole collection.