Hi,
After indexing product metadata in Adobe Search and Promote, I noticed few image URLs are broken in Reports-> Data view. Is there are way in S&P to update the broken image URLs to default image URL after indexing is done?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi @kishore_polsani ,
Check if default image path is mapped in the presentation template under results tag and remap it to the correct path
There are two ways to hardcode the results,
1. In index connector, where you can actually hardcode the results.(Settings-->Crawling-->Index Connector) . Basically the xml to which you map.
2. When you are retrieving the results from SNP, if imageURL is null then provide some default url in the code or from the models.
Hi @kishore_polsani ,
Check if default image path is mapped in the presentation template under results tag and remap it to the correct path
There are two ways to hardcode the results,
1. In index connector, where you can actually hardcode the results.(Settings-->Crawling-->Index Connector) . Basically the xml to which you map.
2. When you are retrieving the results from SNP, if imageURL is null then provide some default url in the code or from the models.
I have below tag in presentation template. How can we add the default path here, and this default path should be added only if actual image URL is broken.
<field name="imageUrl"><![CDATA[<guided-result-field gsname="imageUrl" />]]></field>
Views
Replies
Total Likes
There are two ways to hardcode the results,
1. In index connector, where you can actually hardcode the results.(Settings-->Crawling-->Index Connector) . Basically the xml to which you map.
2. When you are retrieving the results from SNP, if imageURL is null then provide some default url in the code or from the models.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Like
Replies
Views
Likes
Replies