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

Doesn't work with { fields: }

Open satyavh opened this issue 10 years ago • 1 comments

example:

Collection.find({ _id: @userId }, { fields: { x: 1, y: 1 } }, { reactive: true })

satyavh avatar Feb 24 '15 21:02 satyavh

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...

DanielDornhardt avatar Apr 26 '15 17:04 DanielDornhardt