getlackey / cms

DEPRECATED - see /getlackey/lackey-cms for latest version
https://lackey.io
Apache License 2.0
3 stars 0 forks source link

fix the cms grid paging #16

Closed relvao closed 9 years ago

relvao commented 9 years ago

It's using skip/limit which will be limited by default. To fetch all items we need to use a custom find property, sorting by _id and finding the next items with an id bigger/lower than the last retrieved one