Meteor-Community-Packages / meteor-partitioner

Transparently divide a single meteor app into several different instances shared between different groups of users.
152 stars 18 forks source link

does not work with meteorhacks:aggregate #28

Open ild-dsv opened 6 years ago

ild-dsv commented 6 years ago

Hi,

I am trying to use this package in my app, which is also using the package meteorhacks:aggregate. However, the aggregate keep finding all document regardless of _groupId. Partitioner doesn't seem to work with the Aggregate package. Are there any official work around to resolve this issue?

Thanks.