BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.99k stars 211 forks source link

Preserve sort/skip/limit for aggregations #711

Closed gsakkis closed 11 months ago

gsakkis commented 11 months ago

Fix FindMany.aggregate to preseve any set sort/skip/limit stages.

roman-right commented 11 months ago

Thank you for the PR! I'll check it very soon

roman-right commented 11 months ago

Merged! It will be published by the end of this week together with others. Thank you!