Forum
How do I exclude Mailchimp campaigns from search results?
I know there's a setting to restrict search to certain apps, but it's not clear from the documentation how to do the opposite - to allow unrestricted search except for a single app.
Thanks.
Good question. There possibly is not an option for that.
You could not register the search handler. In this file:
perch/addons/apps/perch_mailchimp/runtime.php
Comment out the top line, so this:
becomes this:
Great - many thanks.