meteor-reactive-aggregate icon indicating copy to clipboard operation
meteor-reactive-aggregate copied to clipboard

Reactively publish aggregations with Meteor.

Results 9 meteor-reactive-aggregate issues
Sort by recently updated
recently updated
newest added

I'm using the package in many places in the project, it is working perfectly with all collections with med size, once i use it with little bigger collection more than...

Maybe I am missing something, but I can't get the $lookup to work with full text searches. I have a profile object which is a one to one to the...

I'm not sure if I'm doing something wrong or this is a bug. I've taken quite an effort to describe the problem on StackOverflow, so please allow me to simply...

bug

Meteor 1.7 uses the new 3.x version of the MongoDB driver (see meteor/meteor#9936). Have added the [sakulstra:aggregate](https://github.com/sakulstra/meteor-aggregate) package as a dependency to handle extending the Mongo.Collection prototype.

Hello, Because meteor-reactive-aggregate is using rawCollection to call aggregate on collection, result contains plain Mongo types instead of Meteor ones. It is a problem for custom EJSON types returned in...

Added `noReady: true` option to options variable allowing optional ready state to allow for in-publish aggregation similar to `tmeasday:publish-counts`. Example use: eCommerce store listing products, aggregation to get distinct `brand`...

Hey. My pipeline requires that the resulting documents are transformed before being added to the client-side collection. In order to do this I added a `transform` option. Let me know...

I like the idea of this package and i remember reading one day that Aggregations can return a cursor. Im wondering instead of refetching the documents from the DB https://github.com/JcBernack/meteor-reactive-aggregate/blob/master/aggregate.js#L34...

enhancement