Quantcast
Channel: Using Optimizely Platforms
Viewing all articles
Browse latest Browse all 8020

How to makes blocks searchable in episerver?

$
0
0

I have used below code for making blocks searchable.

ContentIndexer.Instance.Conventions.ForInstancesOf<BlockData>().ShouldIndex(x => true);

Why specific blocks are not searchable in edit mode?


Viewing all articles
Browse latest Browse all 8020

Trending Articles