0
在https:https://github.com/DiscoverMeteor/Microscope。如何僅從選定的用戶獲取帖子?僅從選定用戶獲取帖子
在https:https://github.com/DiscoverMeteor/Microscope。如何僅從選定的用戶獲取帖子?僅從選定用戶獲取帖子
Meteor.publish('posts', function(options) {
check(options, {
sort: Object,
limit: Number
});
return Posts.find({userId:selected_user_id}, options);
});
你就必須把它在您的文章選擇,就像你在做的通知