Sitecore Search API Crawler EXEC_SYNTAX_ERROR

Hi,Today I will discuss about an issue I faced where the formatting of GraphQL query was causing problems when using the Edge endpoint of Sitecore XM Cloud, even though it worked fine on the Preview endpoint.I have configured an API Crawler with request trigger to fetch data from Sitecore using GraphQL query. Below is the … Continue reading Sitecore Search API Crawler EXEC_SYNTAX_ERROR

Sitecore Discover implementing multilingual attributes for product data feed

This post provides a detailed explanation of implementing multilingual attributes using locale-specific values in a feed file. Recently I had a need for implementing multilingual attributes using locale-specific values in a feed file. For this I created localized attribute values in the product feed file. There are two approaches which we can choose from to … Continue reading Sitecore Discover implementing multilingual attributes for product data feed

Resolving ‘Never Publish’ Item Visibility Issue in Sitecore XM Cloud with Custom Content Resolver

In this blog post, we will discuss a common issue which we faced in Sitecore XM Cloud where items marked with the "Never publish" setting appear in listings when their parent folder is used as a data source item. We will walk through the steps to create a custom content resolver to address this problem … Continue reading Resolving ‘Never Publish’ Item Visibility Issue in Sitecore XM Cloud with Custom Content Resolver

Sitecore XM Cloud enhance Device Editor and resolve security error invoked via reflection.

We all know that adding new renderings in the Device Editor always places them at the bottom, which could be inconvenient for items with many renderings. In Sitecore XM cloud, I did a POC using XM Cloud Starter Kit code on my local running on docker to enhance the Device Editor by adding two new … Continue reading Sitecore XM Cloud enhance Device Editor and resolve security error invoked via reflection.

Sitecore Powershell : Fetch items which have multiselection in ‘MultilistField’ field using Reg Ex.

Recently we had a requirement to find items having more than one selection in 'MultilistField' field along with the display text of these selection. For this I have written a simple Powershell script that I want to share. Here I have used a regular expression '^({[^}]+}|?){0,1}$' to find if the 'MultilistField' is having more than … Continue reading Sitecore Powershell : Fetch items which have multiselection in ‘MultilistField’ field using Reg Ex.