meteor-collection-behaviours
meteor-collection-behaviours copied to clipboard
Upsert support
It seems that the hooks are not called when upsert is used.
I had the bug that the publication doesn't publish any data because softRemovable() was used and the documents were inserted via upsert. This way no documents are published because the softRemovable()-Functionality prevents publishing of documents which doesn't use the softRemovable()-Functionality.