Skip to content

Instantly share code, notes, and snippets.

@islaytitans
Created January 2, 2017 15:37
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/b3311a1eb1d806831b723fc857b7e083 to your computer and use it in GitHub Desktop.
Save islaytitans/b3311a1eb1d806831b723fc857b7e083 to your computer and use it in GitHub Desktop.
Extend the contactindexable.loadfields pipeline to index custom xDB Facets
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<pipelines>
<contactindexable.loadfields>
<processor type="JonathanRobbins.xTendingxDB.Index.Facets.Contacts.IndexSampleOrders, JonathanRobbins.xTendingxDB.Index" />
</contactindexable.loadfields>
</pipelines>
</sitecore>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment