Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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