Cant get this to work am trying with conventions:
ContentIndexer.Instance.Conventions.ForInstancesOf().ShouldIndex(x => true); SearchClient.Instance.Conventions.ForInstancesOf().IncludeField(x=>x.DocumentList);
Where Documentlist is a LinkItemCollection
The PDF-file is indexed and I can search it using Unified Search.
I don want to use Unified Search I only want the search to include search hits on linked Pdf-files
Any Ideas on how to solve this?
I would add a list property on PdfFile where I can get the linking content references.
Could be a bool as well.
And then filter on that.
Cant get this to work am trying with conventions:
Where Documentlist is a LinkItemCollection
The PDF-file is indexed and I can search it using Unified Search.
I don want to use Unified Search I only want the search to include search hits on linked Pdf-files
Any Ideas on how to solve this?