I need the Export to Language feature to support query PROJECT, SORT, SKIP, LIMIT and COLLATION options
The filter query Export to Language feature would be more useful for developers if it included support for the filter options:
- PROJECT
- SORT
- SKIP
- LIMIT
- COLLATION
2
votes
AdminMassimiliano
(Admin, MongoDB)
shared this idea
This is available in Compass 1.20.4.
Export to language now includes the possibility of exporting with driver usage. For queries, the code snippet includes project, sort, and limit.