-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow disabling indexing #31
base: main
Are you sure you want to change the base?
Allow disabling indexing #31
Conversation
I don't really see the point?? Why not remove the indexes you created? A big kill switch isn't that big of a deal really. Especially given how simple it's to use this packages |
Simple answer: packages |
like what packages? |
Socialize packages, freedombase:legal-management, etc. In general feature packages that add collections. |
ok, fair enough. |
Per #17 this PR allows to set
Meteor.settings.collection2.dontRunIndexing
to true which will then disable the indexing functionality.To discuss here is that maybe we should enable this only for development.