export sorted data
When clicking export collection button, the sort option specified should be copied to "Export query with filters"
Examples:
db.holidays.find (
{Date: {eq: '2022-04-08'}
).sort ({System : 1})
or even make this part editable, so we can add sort option
4
votes
Jianbo
shared this idea