moleculerjs / database

Advanced Database Access Service for Moleculer microservices framework
MIT License
32 stars 15 forks source link

PageSize being ignored #58

Closed diegogangl closed 4 months ago

diegogangl commented 4 months ago

When using the autogenerated list action, it seems the pageSize parameter is being ignored. I can replicate this both in the api gateway and using curl.

{service}/?pageSize=20 keeps returning 10 (the default). For comparison page does work, {service}/?page=2 returns the second page

diegogangl commented 4 months ago

Sorry, just realized this was due to a middleware bug!