Content Hub: Notifying Sitecore about Asset changes via Azure Service Bus und update image fields

Last time I wrote about our changes to the DAM connector to store extra fields in the XML raw value of the image fields in Sitecore. But what happens if these values are changed in Content Hub? We implemented storing the value in the moment we choose the asset from Content Hub. So we would have to choose again the asset which we changed in Content Hub? No way! Following I will show you our implementation of notifying Sitecore that something has changed and update the image fields in Sitecore.

Continue reading “Content Hub: Notifying Sitecore about Asset changes via Azure Service Bus und update image fields”

Searching in a dynamic field – sometimes suffix is not added in solr-query

We came up with following: We had to find out the Rendering Item for a given Datasource Item. We thought it is a good idea to use ContentSearch for this: searching for the items with template “Controller Rendering” with the Datasource template which is equal to the fullpath of the template of our datasource item.

Continue reading “Searching in a dynamic field – sometimes suffix is not added in solr-query”