Diggsey / meteor-reactive-publish

Enable server-side reactivity for Meteor.publish
MIT License
41 stars 5 forks source link

Doesn't work with { fields: } #12

Open satyavh opened 9 years ago

satyavh commented 9 years ago

example:

Collection.find({ _id: @userId }, { fields: { x: 1, y: 1 } }, { reactive: true })
DanielDornhardt commented 9 years ago

Hello, are you sure it doesn't? It would explain a lot of my problems over here...

I really like the simplicity of this packages' solution, but I think it'd need some love development-wise...