Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created January 19, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save islaytitans/86dc21b721a5b5b43c00 to your computer and use it in GitHub Desktop.
Save islaytitans/86dc21b721a5b5b43c00 to your computer and use it in GitHub Desktop.
Replace the MergeContactFacets processor with a custom one
<?xml version="1.0"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<mergeContacts>
<processor patch:instead="*[@type='Sitecore.Analytics.Pipelines.MergeContacts.MergeContactFacets, Sitecore.Analytics']"
type="ISlayTitans.CMS.Pipelines.Analytics.MergeContacts.MergeFacets, ISlayTitans.CMS" />
</mergeContacts>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment