We need to stop using Find for business reasons and I am having a hard time figuring out how to remove it/disable it without ripping out the packages (didnt want to do that incase we do need to easily turn it back on).
I have commented out all refrences to it in the web.config and removed our own custom initialization module but its still trying to run framework initialization modules and errors out since it cannot find the service url.
Errors I am getting:
[ConfigurationErrorsException: The serviceUrl cannot be empty] EPiServer.Find.Client.CreateFromConfig(Boolean bypassLicenseRestriction) +497 EPiServer.Find.Framework.SearchClient..cctor() +20 [TypeInitializationException: The type initializer for 'EPiServer.Find.Framework.SearchClient' threw an exception.] EPiServer.Find.Cms.Module.IndexingModule.InitializeClient() +453 EPiServer.Find.Cms.Module.IndexingModule.Initialize(InitializationEngine context) +41 EPiServer.Framework.Initialization.Internal.ModuleNode.Execute(Action a, String key) +58 EPiServer.Framework.Initialization.Internal.ModuleNode.Initialize(InitializationEngine context) +123 EPiServer.Framework.Initialization.InitializationEngine.InitializeModules() +248
This is on CMS 11 and Commerce 12.
What else do I need to do to get it completly disabled? Thanks.