Bloomreach Content Search Integration Plugin

Hello,

I have a few questions about the Bloomreach Content Search Integration Plugin.

I have it set up so that it is sending feeds to my sftp server. However, I’ve noticed a few things.

  1. The documents that we are indexing are primary documents. However, I don’t see any way for us to get the link to the page that these documents are used on. We’re not sending anything that would allow us to do that, and thus far, we have not gotten anything back from the API that would allow us to link to the page. Am I missing something here? Any suggestions on how I can provide a link to a page in my search results?
  2. We also have images configured on the documents that we are indexing. However, it looks like we are only sending the filename of the image (along with a bunch of additional info about the image). How can I display an image on my search results page if I only have a filename to work with?

For reference, here is the design we’re going for:
Loading Share ExperienceResults-_Grid_View

And here is an example of the json we’re sending to the sftp server to be indexed by brSM (this is only one document):

{
   "op":"add",
   "path":"/items/584295cd-50bf-42f2-9386-9322a588ebfb",
   "value":{
      "attributes":{
         "title":"How to Transform Your Office into a Safe, Hygienic Environment",
         "description":"Here’s a tip right off the bat. Comfort is the key to safety. You’re coming back to a place where you need to feel safe when taking a deep breath behind the mask. Everything counts down to the fibers of a wiping cloth and this step by step returning guide can help take out the stress.",
         "date":1615413600000,
         "keys":[
            "manufacturing",
            "pandemic-management"
         ],
         "keywords":null,
         "imagelink_description":null,
         "imagelink_fileName":"shutterstock_1765831772-scaled-e1597852277148.jpg",
         "imagelink_thumbnail_width":59,
         "imagelink_thumbnail_height":31,
         "imagelink_thumbnail_blank":false,
         "imagelink_thumbnail_filename":"shutterstock_1765831772-scaled-e1597852277148.jpg",
         "imagelink_thumbnail_mimeType":"image/jpeg",
         "imagelink_thumbnail_lastModified":1615366073767,
         "imagelink_thumbnail_length":3506,
         "imagelink_thumbnail_lengthKB":3.423828125,
         "imagelink_thumbnail_lengthMB":0.0033435821533203125,
         "imagelink_original_width":880,
         "imagelink_original_height":455,
         "imagelink_original_blank":false,
         "imagelink_original_filename":null,
         "imagelink_original_mimeType":"image/jpeg",
         "imagelink_original_lastModified":1615366073767,
         "imagelink_original_length":51261,
         "imagelink_original_lengthKB":50.0595703125,
         "imagelink_original_lengthMB":0.04888629913330078125,
         "video":"https://vimeo.com/333277900",
         "xmPrimaryDocType":"resourcecenterbrx:ArticleHeader",
         "xmType":[
            "CONTENTPAGE"
         ],
         "xmChannelIds":[
            "resourcecenterbrx"
         ],
         "locale":"en",
         "creationDate":1615368425,
         "lastModificationDate":1615821512,
         "publicationDate":1615821515
      },
      "views":{
         "resourcecenterbrx":{
            "attributes":{
               "xmChannelId":"resourcecenterbrx",
               "xmUrl":"http://localhost/site/resourceapi/article",
               "xmMountId":"73b63973-625f-44ee-bd5a-1aa6f6f003c4"
            }
         }
      }
   }
}