dchester / epilogue

Create flexible REST endpoints and controllers from Sequelize models in your Express app
846 stars 116 forks source link

Remove hard limit of 1000 on query #189

Closed omayhemo closed 8 years ago

omayhemo commented 8 years ago

As we had discovered, there is a hard limit of 1000, overriding count parameter that is passed into the context. I have removed it.

mbroadst commented 8 years ago

thanks for the contribution!