Forum

Thread tagged as: MailChimp

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.

Mallen Baker

Mallen Baker 0 points

  • 7 years ago
Drew McLellan

Drew McLellan 2638 points
Perch Support

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:

PerchSystem::register_search_handler('PerchMailchimp_SearchHandler');

becomes this:

// PerchSystem::register_search_handler('PerchMailchimp_SearchHandler');

Great - many thanks.