PromucFlow_constructor/app/server/appsmith-server
Sumit Kumar f045af8bfc
feat: Mongo plugin: add limit field to aggregate command to allow users to define batchSize (#10257)
* This PR adds a limit field which sets the batchSize for aggregate command. This way the user can set the number of documents they want in their Mongo query result.
* limit is set to 10 initially. However, for pre-existing Mongo actions, migration has been added to set this field to 101 - which is the default value that has been used by Mongodb in the absence of any user set value. Ref: https://docs.mongodb.com/manual/tutorial/iterate-a-cursor/
2022-01-10 16:42:30 +00:00
..
src feat: Mongo plugin: add limit field to aggregate command to allow users to define batchSize (#10257) 2022-01-10 16:42:30 +00:00
auth-notes
pom.xml fix: Update defaultResourceIds with resource ids after the disconnect event (#9990) 2021-12-28 10:57:50 +05:30