November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I got it to work with this:
SearchClient.Instance.Conventions.UnifiedSearchRegistry .ForInstanceOf<IHaveImage>() .ProjectImageUriFrom(x => new Uri("http://www.testprojection.com"));
/Fred
Hi
I want to do a UnifiedSearchFor() and for all types that implement "IHaveImage" I want to project the image url to the UnifiedSearchHit.ImageUri.
Currently I am doing this in my InitilizableModule:
But it doesn't seem to be indexed. Am I doing something wrong? Is this the right way to add a image to a generic search result?
I am using the EPiServer Find v8.7.0.1103 and EPiServer v7.14.2.0.
Thanks in advance!
/Fred