We have a single SharePoint 2010 implementation with out-of-the-box Search turned on. The farm is configured in an external datacenter accessed over the internet via https. When we search for an image -- The search returns items just fine but an image thumbnail displays the red X. The URL to the thumbnail and item are described below.
Accessible Site URL - https://servername.domain.com/default.aspx
Link to item - https://servername.domain.com/PhotoLibrary/Picture.jpg
Link to Thumbnail - https://servername/Photo Library/_t/Picture_jpg.jpg
Notice the Thumbnail URL does not include the domain name, and our clients can't access the site without the domain name due to it being an external internet site. I have verified that this works just fine from the server.
I've done some research on the Managed MetaData properties for the PictureThumbnailURL and that it's mapped to the ows_EncodedAbsThumbNailURL(text) property. Do I need to make a change here to get the Thumbnail URL to use the whole domain in the URL?
Thank you.