Kurounin / Pagination

This package allows you to paginate the subscriptions over meteor's collections. It can be used in a Blaze template or in ReactJS.
MIT License
56 stars 22 forks source link

Question: are aggregate queries supported? #97

Closed carlosalvidrez closed 4 years ago

carlosalvidrez commented 4 years ago

Wondering if I can paginate an aggregated query using this library. Thanks!

Kurounin commented 4 years ago

This library doesn't support aggregated queries. It was designed to work only with filters for the find method. The main issue with aggregation (at least at the time of writing this library) was the reactive part, as you couldn't observe changes in real time. Now there seems to be some packages that add this functionality, but I didn't try them personally so I can't say how good they work and/or if they could be integrated with pagination.

carlosalvidrez commented 4 years ago

Got it thanks for your prompt response, as always. You rock!

On Fri, Apr 3, 2020 at 2:06 AM Kurounin notifications@github.com wrote:

Closed #97 https://github.com/Kurounin/Pagination/issues/97.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Kurounin/Pagination/issues/97#event-3194970725, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJODQHKXQVSMD3EUCMBYWDRKV4HLANCNFSM4LYH6BAQ .