svasva / meteor-publish-with-relations

Meteor.js SmartPackage to publish associated collections at once.
162 stars 30 forks source link

restrict relation object with fields #16

Closed dohomi closed 10 years ago

dohomi commented 10 years ago

Hello, Is it actually possible for publishing only certain fields? I would like to publish only profile of the Meteor.users collection. I tried using the filter filter:{fields: {'profile': 1}} but it didn't work. THX Dominic

dohomi commented 10 years ago

Sorry my bad, wasn't reading carefully enough.

    options: {
                    fields: {'profile': 1}
    }