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

Updated to work with Meteor 1.7

Open fishsaidno opened this issue 7 years ago • 4 comments

Meteor 1.7 uses the new 3.x version of the MongoDB driver (see meteor/meteor#9936).

Have added the sakulstra:aggregate package as a dependency to handle extending the Mongo.Collection prototype.

fishsaidno avatar Jul 19 '18 01:07 fishsaidno

Does this resolve the issue of mongo 3.6 expecting a cursor option?

canstudios-matth avatar Aug 15 '18 08:08 canstudios-matth

#39 It's related? How can I test this pull request?

pedrolucasoliva avatar Oct 04 '18 20:10 pedrolucasoliva

Sorry for the delayed reply.

@canstudios-matth Yes it does.

@pedrolucasoliva Yeah #39 is the same issue. If you clone FishSaidNo/meteor-reactive-aggregate as a local package by placing it into the /packages directory of your project, you will be able to verify.

fishsaidno avatar Mar 19 '19 05:03 fishsaidno

I forked this repo: meteor add pedrolucasoliva:reactive-aggregate This works on. Thanks @FishSaidNo ans @JcBernack.

pedrolucasoliva avatar Mar 20 '19 14:03 pedrolucasoliva