Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
None
-
Query 2018-06-18, Query 2018-07-02, Query 2018-07-30, Query 2018-08-13
Description
CoreStageSort already exists:
https://github.com/10gen/mql-model/blob/master/src/Mongo/CoreStage.hs#L21-L22
However, we need to:
- Implement an evalCoreStage case for CoreStageSort.
- Implement the sort option to the find command.
- Implement the $sort aggregate stage, once
WRITING-2950is done.