Table of Contents

Namespace ToSic.Sxc.Search

The things here enable searching. They basically ensure that the CMS can ask for data to then index however the CMS wants to.

Classes

SearchItem

A search item which is passed around before handed over to the indexing system

Interfaces

ICustomizeSearch

This interface marks custom code which views use to customize how search treats data of that view. It's meant for customizing the internal indexer of the platform, not for Google Search.

To use it, create a custom code (.cs) file which implements this interface. You can also inherit from a DynamicCode base class (like Code12) if you need more functionality.

ISearchItem

Defines an item in the search system - which is prepared by Sxc, and can be customized as needed