IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
This article demonstrates how to add a custom taxonomy for pages to a search index. This way, you can filter search results, for example, by a tag. For more information, see Tutorial: Add a flat taxonomy as a custom attribute to a page.
You do this by overriding the SetWrapperObjectProperties() method in the PageInboundPipe class. The following code sample gets the tag of the current page and adds it to the search index:
SetWrapperObjectProperties()
PageInboundPipe
Then, unregister the PageInboundPipe and register your class on application start in the Global.asax.cs, using the following sample:
Global.asax.cs
Add Tags to the search index and include it in the HighlightedFields and SearchFields in the Search results widget. For more information, see Administration: Create search indexes and Search results widget.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important