Meteor-Community-Packages / mongo-collection-instances

🗂 Meteor package allowing Mongo Collection instance lookup by collection name

Home Page:http://packosphere.com/dburles/mongo-collection-instances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

It have problem with "collection hook" or not?

thearabbit opened this issue · comments

In my project I use collection-hook.
For example I use after.remove() hook, and then I use this package to remove docs.
So after.remove() hook run or not?
I don't want to run in after.remove() hook.
How to solve or have direct.remove() like collection-hook?

Hey @thearabbit not sure I understand exactly, could you give an example of what you're wanting to do?

commented

+1 the same =(

Is there an incompatibility between this package and matb33:collection-hooks ?