Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(_ => true);
This is working for me.
That would just add all ArticlePages no?
What I'm looking for is to ExclueFields from the type like you can do on the SearchClient.
searchInstance.Conventions.ForInstancesOf
Would be nice if the ExcludeFiled() function that is on the SearchClient.Instance.Conventions also existed on the ContentIndexer