Hi guys,
I have a solution running on DW10.22.8
The customer has noticed that products recently published to the channel cannot be accessed right away. They are displayed in the search result but the link is going to the Group page instead of the product details page.
From what I see, we are using this code for rendering the URL:
string productDetailLink = Dynamicweb.Frontend.SearchEngineFriendlyURLs.GetFriendlyUrl($"{selectedDetailsPage}&GroupID={System.Net.WebUtility.UrlEncode(defaultGroupId)}&ProductID={System.Net.WebUtility.UrlEncode(suggestion.Id)}{variantParameter}");
I guess that the friendly URL index is not updated on product save, nor the Product Index. Is this a known issue? Or is it some missing setting on my end?
Thank you,
Adrian