Update: I learned today that it is not sufficient to run 1040. You also need to run 1150 - Catalogs and/or 1110 - Customers in order to update the product name. The reason is that in PLP (Product List page) the product name attribute is used (from EcoResTextValue + a bunch of other tables), while the PDP (Product Details Page) is using the product translatio table (EcoResProductTranslation). And the distribution job 1040 do not distribute the table EcoResTextValue. And in such cases the Azure Search is not being updated with 1040.
----------------------------------------
When updating a product name, it can take a very long time before the product name is changed in the eCommerce search result. On the PDP (Product Details Page), the product name is updated quite soon. I don't understand why the update of the search results are so slow (and in many cases never starts returning updated product names). We are using the parameter "ProductSearch.UseAzureSearch", and I expect that this means that some services are used to return the search results.
I have a suspicion that this may be related to caching or update of caching. In the SDK I see there is a file named. cache.settings.json and this file is documented here. In this file there is settings for data on TTL (Time-To-Live) and TTR (Time-To-Refresh) specified in seconds.
For TTL we see that there are 43200 seconds. This is 12 hours !!
Thank you for your sharing.
I think I have figured it out ! After a lot of debugging and code review I have finally found the reason. We have to remove the onlinestore from the catalog, as I have done here in another test environment.
Then we ran 9999, and it started working again. The reason why we see this change in behavior is the introduction of B2B partner catalogs on the ecommerce, that is yet not GA, but have somehow been partly implemented.
But somehow this new code affects the behavior of the Azure product Search. If you have a catalog assigned to a channel you may see errors like this in the sitebuilder:
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156