MVP 2026
Technology
MVP 2025
Technology
I'm a Mentor
Timeline
Written 3 of 19 blog post in Nov on Sitecore Products
I have been consistently posting blogs throughout this year over the different issues that I faced and the solutions I took to overcome those issues. In all these blog post I have tried to explain the root cause for the issues and highlighted advantages/disadvantages with each possible solutions.
Below are the the list of blogs that were published by me throughout the year.
- Improving Publishing Performance in Sitecore XM Cloud: This blog post talks about the publishing issue I experienc...
Contribution on Sitecore Stack Exchange
I have been helping Sitecore community members across different verticals under which the issues were raised on Sitecore Stack Exchange. I focused on providing in depth solutions across various categories, such as Sitecore XM Cloud, Sitecore JSS, Sitecore Search, Sitecore Content Hub, Sitecore CDP/Personalize and Sitecore XM/XP.
I am thrilled to share that I have been ranked either number one or two on the Sitecore Exchange platform this year too for most of the time and I hope to end with ra...
Sitecore XM Sitecore XP Sitecore CDP Sitecore Personalize Sitecore Content Hub Sitecore Search Sitecore XM Cloud Sitecore Connect Sitecore JSSEngaging with Sitecore Community throughout the year
Throughout the year, I have actively sharing blogs created by me in Sitecore Slack and on LinkedIn to make sure the blogs reaches the Sitecore community members who are facing similar issue during the development phase.
I have taken the initiative to repost contributions from my fellow Sitecore colleagues, ensuring that the solutions discussed in these blog posts reaches the broader audience within the Sitecore network. I connected with a number of Sitecore Community members over Sitecore Sla...
Sitecore XM Sitecore XP Sitecore CDP Sitecore Personalize Sitecore Content Hub Sitecore XM Cloud Sitecore JSSPages/Components Not getting locked automatically in Page Builder
I worked on created pages/component through page builder using user group role in Sitecore XMC and noticed the page/components created were not getting locked automatically. This behavior was different to the experience in content editor where the pages/datasource items created were getting automatically locked.
I reported this issue with Sitecore team under case number CS0647740 and Sitecore team registered this as a feature request under reference number PGS-5643.
Until the above issue g...
Sitecore XM CloudSitecore Search Get Facet Values when more than 100 values are there
In one of the facets stored inside Sitecore Search, different values stored inside that facet were more than 100. The api response returned first 100 value for the facets that is maximum that can be retrieved in single request and the response didn't included the flag to provide an indication that more values exist for this facet.
I raised the ticket to Sitecore team under case number as CS0646816 and Sitecore team registered this as a feature request under reference number SEARCH-5734 to inc...
Sitecore Search2025
11/Nov
Presented Podcast as speaker on Sitecore Products
This year worked on presenting two podcast as speaker over below topics.
- Comparison of Sitecore Engage SDK vs Cloud SDK: This podcast talks about the advantages/disadvantages of using new Cloud SDK over Engage SDK inside headless application for integrating Sitecore Search, Sitecore CDP/Sitecore Personalize in the headless application. It covers the advantage of real time unified tracking that can be leveraged using Cloud SDK and touches functional difference in aspects of implementation b...
Sitecore Search Auto Complete Suggestion didn't worked as expected
I was working on setting up auto suggestion feature in Sitecore Search using Shingle Generator as the Grouping Analyzer and Ngram Based Matching as the Match Analyzer, as mentioned on the Sitecore Search documentation for auto complete suggestions feature. But the auto correct did not worked for more of the query key phrases.
I raised the issue with Sitecore team under case number as CS0644378 and Sitecore team suggested to changes Grouping Analyzer to Keyword analyzer to fix the issue for au...
Sitecore SearchSpecial Character Issue over Sitecore Search
I tried to send special characters in the query key phrase as below while sending the request to Sitecore Search. The response from the api contained all the results which was different to other search platforms which returned no result.
@#@
I raised the issue with Sitecore team under case number CS0644391 and Sitecore team registered this as a feature request under reference number SEARCH-5683. They mentioned by default textual analyzers removes special characters from the key phrase. The...
Sitecore SearchNested Rules not working inside Sitecore CLI
I created the nested rule inside module file for Sitecore CLI using below configuration. But the nested rule didn't worked as expected.
{ "items":{ "includes":[ "name": "", "path": "", "rules": [ { "path": "", "scope": "", "rules":[ "path": "", "scope": "" ] } ] ] } }
I raised the issue to Sitecore team under case number as CS0643313 and Sitecore team ac...
Sitecore XM CloudWritten 2 of 19 blog post in Oct on Sitecore Products
Fixing Invariant Language in Sitecore XM Cloud: This blog post address the issue of invariant language version created for the items on Sitecore XM Cloud environment. It covers the steps that need to be taken to remove those invariant language version of the items from Sitecore CMS.
Indexing Data Getting Cleared inside Sitecore XM Cloud: This blog talks about the issue where in the indexing data was getting cleared out during the Sitecore XM Cloud deployment that impacted the GraphQL qu...
Tag Treelist field type not working in Sitecore XMC
I created the field with field type Tag TreeList and set its source to pick from Global location. The source items was not getting displayed under the Tag TreeList field type.
I reported this issue with Sitecore team under CS0641436 and Sitecore team acknowledged this as a bug under reference number SXA-8779. They also mentioned in order for Tag Treelist to work, the source under the field type should point to either of the below item path.
- The current site's tag folder: query:/sitecore...
Title field not getting picked up under Page Builder
I added the title for the page level template fields in English version. But when I navigated to page builder in other languages apart from English and tried to edit the content for the pages, page builder showed the actual field name rather than showing title level field, set inside the field at the template.
This behavior was different to the one experienced on Content Editor. On Content Editor the text displayed on page template items, was getting picked up from title field in other langu...
Sitecore XM CloudVideo File not available for selection inside page Builder
I created a file type field on the datasource item. When I tried to select media library for file type field in the page builder, to select the video mp4 file, the video file did not appeared inside the page builder even though video file was already uploaded inside media library through content editor.
I reported this issue to Sitecore team under case number CS0638325 and Sitecore team have registered this as a feature request under reference number PGS-4447.
Sitecore XM CloudWritten 2 of 19 blog post in Sep on Sitecore Products
- Fixing Unknown Field issue inside Sitecore XM Cloud: This blog post talks about indexing issues regarding unknown field on the Sitecore XM Cloud environment, that leads to indexes not getting updated and henceforth affecting the components that are driven from GraphQL Search queries. The issue occurred due to Serbian language not supported by Solr. The blog covered the class that overrides the SchemaPopulateHelper which need to be patched inside Sitecore XM Cloud solution, in order to support...
Feature Request and Bug Report raised in month of Sep on Sitecore Products
I raised below feature request and bug report on Sitecore XM Cloud.
Feature Request: Issue while fetching template fields using template path in Authoring API
I tried to retrieve the fields of the item template using below query on the authoring endpoint. query{ itemTemplate(where:{ path:"TemplatePath" database:"master" }){ fields{ nodes{ name } } }
The above query worked with template id rather than the template path. Since the item query does not works for template, therefore it was n...
Sitecore XM CloudWritten 1 of 19 blog post on Sitecore Products
- Fixing the EQ operator search in GraphQL on Sitecore XM Cloud: This blog post talks about fixing the equal operator search over the name field on GraphQL over the preview endpoint in the Sitecore XM cloud environment. It covers the configuration change that need to be made to map the name field to a custom field that is stored in untokenized format, to facilitate the EQ operator search over the name field in the GraphQL.
Make Connected GraphQL Query Response Editable in Page Builder
I created the api in Next.js and used the GraphQL query to fetch the dynamic component data at runtime. The output returned from the GraphQL response was not editable in the page builder.
I raised the issue with Sitecore team with case number as CS0618427 and Sitecore team mentioned that it is currently not possible to perform inline editing of connected GraphQL components directly from within Pages Editor in XM Cloud. They accepted it as a feature request under reference number JSS-4650.
Sitecore JSSDictionary Level Fallback Issue
I disabled item level fallback on the dictionary item and tried to retrieve the dictionary item in the language under which the version does not exist. As the item level fallback was disabled, I expected the data for the dictionary item to not be returned when fetching the data using dictionary service but in contrary the data was available.
I raised the bug to Sitecore team with case number as CS0617601 and they accepted it as a bug with reference number as DEVEX-5282.
Sitecore XM CloudGraphQL Layout Query Ignoring Item Level Fallback
I created one of the component with item level fallback not enabled on the datasource Item. When I tried to run layout query on the preview and delivery edge endpoint, I was getting the fields of the datasource item even though the version of the datasource item was not there in the requested language.
I reported the issue to Sitecore team with case number as CS0616974 and they accepted it as a bug with reference number DEVEX-5270 in the system. As a workaround, Sitecore team suggested to app...
Sitecore XM CloudWritten 2 of 19 blog post in July on Sitecore Products
Language Embedding in XM Cloud: This blog post talks about setting up language culture embedding for the multilingual website hosted inside Sitecore XM Cloud. It covers the configurational changes that need to be made for both Preview and Delivery endpoints, in order for language culture to be reflected on the links for the pages, to work as expected across different languages.
Passing data from parent to child components in Sitecore XM Cloud: This blog post focuses on passing custom p...
Feature Request and Bug Report raised on month of July in XM Cloud
I raised below feature and bug request on Sitecore XM Cloud over the issues I faced during the course of development.
Feature Request: Field Validation not working on Page Builder
I setup up the field validation rule to restrict the number of items in the multilist field with the below rule.
Pattern=^.{0,233}$&Text=You can select maximum of 6 items in the {0} field.&Result=FatalError
This rule restricted the maximum number of items that can be selected inside multilist field. The val...
Sitecore XM CloudWritten 2 of 19 blog post in May on Sitecore Products
Add Icons to Pages inside Sitecore XM Cloud Page Builder: This blog post talks about assigning thumbnail icons to pages in XM Cloud, in order for thumbnail images to be visible while creating pages in page builder. It leverages the page designs to assign thumbnail icons and associate them to Pages, to be displayed inside Sitecore Page Builder.
Sending Custom Events on Sitecore Forms in XM Cloud: This blog post focuses on callback events available on Sitecore Forms in XM Cloud, created...
Written 2 of 19 blog post in Apr on Sitecore Products
Securing Pages on Sitecore XM Cloud: This blog post talks about securing the pages on the Sitecore XM Cloud websites to ensure secured pages can't be directly browsed by anonymous users. It leverages Azure AD B2C for authentication and middleware in Next.js to ensure only authenticated users can access the secured pages on the website.
Refreshing Renditions in Sitecore Content Hub: This blog post focuses on refreshing renditions in Sitecore Content Hub with the help of mass edit endpo...
Written 1 of 19 blog post in Mar on Sitecore Products
- Integrating Azure AD B2C in Sitecore XM Cloud: This blog focusses on integrating Azure AD B2C in the Sitecore XM Cloud(headless) websites with the help of NextAuth provider. It covers the end to end implementation details from registering Azure AD B2C provider to the signin/sign out implementation in the Next.js application.
Participated in Sitecore Hackathon 2025
This year worked on extending Sitecore Content Hub CLI to target below 2 use cases.'
- Automated migration of asset of Sitecore Content Hub from one tenant to another tenant: Currently there was no straightforward available way to migrate assets from one tenant to another tenant. Either that needs to be done manually or using some middleware to generate and transform the public links is required, to achieve the same. With the help of Sitecore Content Hub CLI, we automated the process of migr...
Participated in Sitecore Hackathon 2025
Worked on extending Sitecore Content Hub CLI to automate the migration of assets from one tenant to another tenant and email template creation along with parameters to populate email template fields, inside Sitecore Content Hub.
Sitecore Content HubWritten 2 of 19 blog post in Jan on Sitecore Products
Importing State Flows in Sitecore Content Hub: This blogs post covers exporting and importing state flows/workflows in Sitecore Content Hub from one tenant to another tenant. It talks about dependent entities that should be packaged alongside state flow, to successfully transfer them to another tenant with all other associated changes.
Print PDF Generation inside Sitecore Content Hub: This blog post focusses on the print entity generation feature that can be used for developing previe...
In Depth Sitecore CDP Training along with Hands on
As a part of the Sitecore CDP training, we covered the following topics:
- Introduction to Sitecore CDP
- Basic terminologies in Sitecore CDP
- Key Features and Capabilities
- How to Ingest CDP Beacon to any website
- Data Ingestion in CDP using Rest API
- Understanding Batch Import
- Segmentation on CDP
- How to leverage Audience Export in CDP
The training content was created by me and Varun Shringarpure, and the training sessions were taken by 4 members, which were 4 recor...
Sitecore CDPWritten 2 of 19 blog post in Dec on Sitecore Products
Fetching Entity Permissions through Sitecore Content Hub External Component: This blog post, unfolds on how to read the permissions of the current logged in user have on the entity, through the external component in Sitecore Content Hub. It also covers privilege's to be assigned at the user group level to make sure the permission api work for the non-superuser's as well.
Triggering Copy Profile in Sitecore Content Hub: This blog post focusses on triggering copy profile in Sitecore Con...
Engaging with Sitecore Community throughout the year 2024
Throughout the year, I have actively written and shared blogs in Sitecore Slack and on LinkedIn to support the community by addressing various issues I faced during project execution. I have taken the initiative to repost contributions from my fellow Sitecore colleagues, ensuring that the solutions discussed in these blog posts reach a broad audience within the Sitecore network. Additionally, the Sitecore Mentorship Program has been a valuable resource, enabling me to engage and connect with num...
Written 21 blog post on Sitecore Technologies over the course of 2024
I have been working on writing various blogs throughout the year encompassing various categories such as Sitecore CDP, Sitecore Content Hub CMP and DAM module, Sitecore Connect and Sitecore XP. In all blog posts, I have tried to share in-depth insights on all the technical challenges faced by me and how I managed to overcome them.
Below is the list of blogs published by me throughout the year.
- Leveraging Order and Order Items table to store relational data: This blog post focuses on s...
Contribution on Sitecore Stack Exchange
I have been actively sharing my knowledge and experience in the Sitecore community on the Sitecore Stack Exchange Channel since March of this year. I have focused on providing solutions across various categories, including Sitecore XP, Sitecore XM Cloud, Sitecore Search, Sitecore Content Hub, Sitecore CDP, and Personalize.
I am thrilled to share that I have been ranked number one on the Sitecore Exchange platform for the past ten months and I hope to maintain that rank by the end of the year....
Sitecore XP Sitecore CDP Sitecore Personalize Sitecore Content Hub Sitecore Search Sitecore XM Cloud Sitecore Content Hub ONE Sitecore Connect2024
29/Nov
Became mentee in Sitecore MVP Mentorship program
To assist Sitecore community members who are looking for mentorship, Sitecore organized a community mentorship program. This program, which is led by Tamas & Nicole, is particularly beneficial for those who are just starting their MVP adventure.
Varun Shringarpure is the mentor for our group (Devanski Kakade, Meenakshi Gour, Garima Thakore & Myself) and has guided, mentored and motivated us throughout the year. Initially this year, we all set measurable goals and divided them into smaller chu...
Mapping of General Link fields from Sitecore CMP to CMS through Sitecore Connect module
I was working on mapping to General link fields in CMS from Sitecore CMP through Sitecore Connect Module. After exploring various possible options, raised the ticket to Sitecore Support with case number CS0515111. This feature was currently missing and it has been accepted as a feature request with reference number 624077.
Sitecore Content HubWritten 21 blog post on Sitecore Technologies over the course of 2024
Migrating Assets in Sitecore Content Hub: This blog focuses on the migration of Sitecore Content Hub DAM assets from one tenant to another tenant with the help of the export profile feature. It uses Powershell snippet to generate the import file that can be imported to another tenant in Content Hub with the help of the import command in Sitecore Content Hub CLI. Published on 10/21/2024
Deep dive into the Remote Events in Sitecore: This blog post deep dives into the remote events in Site...
Getting error on transforming links on Rich Text Field
I had some pages that were protected using access rights. These pages were configured as the link on the rich text editor. When this link was getting resolved from the expandlinks processor under the renderfield pipeline, it was showing an object reference not set to an instance of object error. Raised the ticket to the Sitecore support team with case number CS0507686. This has been registered as a bug with reference number 624168.
Sitecore XPConnection notification showing error while triggering in Sitecore CDP
I created the connection in Sitecore CDP and connected to Audience Export. While triggering the resend notification from the Audience export page, it displayed an error in the toast message. Raised the ticket to Sitecore Support with case number CS0499327. Along with the help of the Sitecore support team, were able to debug the root cause of the issue. The API endpoint that is added to the connection needs to return a 200 status code and the response content type should be application/json for ...
Sitecore CDPPodcast on Personalizing with Sitecore Personalize
In this episode, I tried to uncover how Sitecore Personalize can be used effectively to create a personalized user journey across different channels for the same user. The podcast includes discussions and quick tips around real-world use cases, which can be thought about easily and used effectively. The idea is to provide maximum return on investment, to any business who buys Sitecore Personalize. The episode is useful to both technical as well as strategist audiences. I would like to acknowled...
Sitecore PersonalizePodcast on Basic terminologies in Sitecore CDP.
Quite often, we just get started on a given technology and start learning it, without really thinking about its real application of it. In this episode, I tried to uncover various terminologies that we need to know while designing the use cases in Sitecore CDP. The episode is useful for both technical as well as strategist audiences. I would like to acknowledge Varun Shringarpure to ensure that the session remains engaging throughout the conversion.
Sitecore CDPFlight Segments not visible in Batch Segment in CDP
I was working on adding flight segments at the order item level for the guest in Sitecore CDP and tried to create a batch segment on the flight segment attributes through the batch segmentation UI. However, those attributes were not visible to selecting them on the batch segment UI. Raised the ticket to Sitecore Support with case number CS0485504. This has been registered as a feature request with reference number BOX-46594.
Sitecore CDPWritten 21 blog post on Sitecore Technologies over the course of 2024
Major architectural change from Sitecore 9.3 to Sitecore 10.4: This blog talks about one of the architectural changes made from Sitecore 9.3 to Sitecore 10.4, due to which the bucketed URLs when accessed on the website were returning 204 content not found. This change was discovered during the Sitecore upgrade of the solution from 9.3 to 10.4 and in this blog, I have covered the path taken to resolve this issue. Published on 9/5/2024
Exporting/Importing Segment in CDP: This blog post fo...
Date Filter showing disabled under Batch Segment in Sitecore CDP
I was working on adding conditions on the date field through batch segment UI, to create the segment for the user based on the date lookup. However, the filter option for the date field was showing disabled while creating a batch segment. Raised the ticket to Sitecore Support with case number CS0478039. This was registered as a bug with reference number BOX-50073. Thanks to the Sitecore team for providing a quick resolution on this.
Sitecore CDPBatch API Data Validation in Sitecore CDP
I was working on the ingestion of multiple guests through Sitecore Batch API. The source system had some malformed email addresses. Raised the ticket to Sitecore support with case number CS0473778 to understand the validation on the email field. Thanks to the Sitecore support team for providing the different regex rules that were in place for the email validation in Sitecore CDP. This information will also be added to the Sitecore CDP documentation website and was taken as a Sitecore document u...
Sitecore CDPSize limit for data extension fields in Sitecore CDP
I was trying to understand in case there is a size limit on data field types to store guest custom attributes as a part of data extension in Sitecore CDP. Raised the ticket to Sitecore Support with case number CS0464978 to get confirmation on the same. This feature has been registered as a feature request with reference number BOX-50237.
Sitecore CDPError while exporting the CDP Segments
I was working on fetching segment definitions to export them from one tenant to another tenant on Sitecore CDP. Faced challenges in authenticating the Rest API endpoint with the bearer token to fetch segment definition. Raised the ticket to Sitecore Support with case number CS0463193. This was registered as a feature request with reference number BOX-49871.
Sitecore CDPParticipated and Cleared the Sitecore Content Hub Beta Developer Certification exam
I participated in the Content Hub developer certification exam organized by Sitecore in July. I am glad to share that I cleared that exam with a scoring percentage of 86.44. Special thanks to the Sitecore team for providing this opportunity, to test and apply individual skills on Content Hub by solving real-world use cases on the exam.
Sitecore Content HubGuest count not reflecting on CDP dashboard
I worked on ingesting multiple guests on CDP tenants with the help of Batch API. Although the guests were visible, the guest count was showing as zero on the CDP dashboard. Raised the ticket to Sitecore Support with case number CS0462639. This was registered as a bug with reference number BOX-49794. Thanks to the Sitecore team for taking this bug as a priority and fixing this within a short period.
Sitecore CDPWritten 21 blog post on Sitecore Technologies over the course of 2024
Deep dive into Sitecore PowerShell Remoting Module: This blog deep dives into the Sitecore PowerShell Remoting module including various use cases that can be executed from the remote instance to the Sitecore server such as Rebuilding Database/Clearing Cache etc. It also covers how to poll for the job to be completed and fetch the job status to
Optimizing Schema Relations in Content Hub: This blog focuses on best practices in Sitecore Content Hub to optimize relational properties in e...
Presented at SUGCON India 2024 on Constructing advanced reports for Sitecore CDP and Personalize using Sitecore Connect and Power BI
I submitted the topic for SUGCON India 2024 on "Constructing advanced reports for Sitecore CDP and Personalize using Sitecore Connect and Power BI" and the topic was selected. I got the opportunity to present this session on SUGCON India 2024 held in Bangalore this year. This topic was a further extension of the session presented at the SUGCON India 2023 last year by me and Varun Shringarpure on the topic "Providing Connected Experiences using Sitecore XM Cloud, CDP & Personalize in a Headless A...
Sitecore CDP Sitecore ConnectWritten 21 blog post on Sitecore Technologies over the course of 2024
Deleting Public Link on the deletion of Rendition: This blog focuses on describing the relationship between public links and renditions in Sitecore Content Hub. Using this relationship, the issue regarding broken public links on the asset detail page when rendition is deleted, can be resolved through deleting public links on deletion of rendition using Triggers and Action Script. Published on 3/29/2024
Power of Sitecore Content Hub CLI: This blog focuses on the power of leveraging CLI...
Participated in Sitecore Hackathon 2024
Worked on creating a downtime notification module in Sitecore XM/XP, to proactively inform users about upcoming maintenance/downtime on CMS. This module will help content authors to plan their activities better for the upcoming days. Special thanks to the Sitecore Hackathon committee for organizing this event every year. Also would like to give a shoutout to my colleagues Jatin Prajapati and Meenakshi Gour for working restlessly throughout the night to make this module delivered in 1 day.
Sitecore XPParticipated in Sitecore Hackathon 2024
Worked on creating a downtime notification module, to proactively inform users, particularly content authors, about upcoming maintenance/downtime on CMS. This module can help content authors to better plan their content authoring activities in the upcoming days.
Sitecore XP2023
29/Nov
Sitecore Slack
My genuine effort to share my available knowledge with Sitecore community members over slack channel like #general, #sitecore-chat,#xm-cloud,#solr, #sxa, #spe and #cdp-personalize. I have connected with the community members personally too on the issue raised, to help them achieve the desired results.
Below are some links of the threads where i tried to help the community members on the issues faced by them.
https://sitecorechat.slack.com/archives/C0294KX3RQF/p1697750857698759
https://s...
Bucketed Items in Sitecore Headless
This blog explains how to resolve seo-friendly/user-friendly urls of the bucketed items in a Sitecore Headless Project. It also provides insights on how we can statically generate these pages at build time and displaying them inside Sitemap.xml file.
Sitecore XM CloudGithub Contribution
I upload the code to Github, for all the extensions done in Sitecore to help community member to easily integrate the changes.
Below are the repo links for Github:
https://github.com/chiragkhanna28/SitemapCrawler
https://github.com/chiragkhanna28/SitecoreProtoBuf
https://github.com/chiragkhanna28/sitecoreadvancegraphql
https://github.com/chiragkhanna28/sitecorecesgeolocation
https://github.com/chiragkhanna28/SItecoreDynamicPlaceholder
https://github.com/chiragkhanna28/GraphQ...
2023
24/Nov
Social Media Engagement
I have been actively publishing my blogs and resposting the articles from other Sitecore community members on LinkedIn.
Please find the link of the articles posted by me:
https://www.linkedin.com/posts/chirag-khanna-44861087_bucketed-items-in-sitecore-headless-activity-7133325143270916096-uIek?utm_source=share&utm_medium=member_desktop
https://www.linkedin.com/posts/chirag-khanna-44861087_insights-on-dynamic-placeholders-in-sitecore-activity-7131578649555648512-AOi0?utm_source=share&utm...
Dynamic Placeholders in Sitecore Headless
This blog explains how to get started with Dynamic Placeholder component in a Sitecore Headless and also addresses the Allowed controls issue inside dynamic placeholder in which placeholder restriction does not works as expected.
Sitecore XM CloudExtending GraphQL Integrated Mode in Sitecore
This blog targets on how we can extend GraphQL Integrated mode in Sitecore to resolve custom variables apart from contextitem, datasource item and language inside GraphQL Query. We can then leverage these custom variables to fetch dynamic data from GraphQL query and display on the page using layout service response.
Sitecore XMIn-depth Insights on IAR in Sitecore
This blog unveils the indepth insights on 'Item as a Resource'(IAR) in Sitecore. It helps to understand what benefits we can leverage while using IAR in a project. There is one extension created on how we can read content of IAR files. Since these files are encoded using Protobuf serializer,by using this extension in any XMCloud project, we can decode contents of IAR file.
Sitecore XM CloudSearch Result Boosting in Sitecore
This blog unveils how we can implement search result boosting by the relevancy of the fields in Sitecore. It uses 'Extended Query Parser' to configure relevancy of the fields and applies idf(Inverse Documents Frequency) and tf(term frequency) parameters to compute the score of the document and sort the results.
Sitecore XMUnveiling Secrets inside Sitecore Multilist Search
This blogs unveils the various configurations supported inside the MultiList with Search field inside Sitecore and also covers how we can leverage these configurations to search across entire Sitecore tree. In addition to this, it also shows how to extend multilist with search field to enhance content authoring experience.
Sitecore XMSitecore CDP Integration in a Headless Project
This blog helps on getting started with integrating Sitecore CDP/Personalize on a Headless Project, by leveraging Engage SDK. It used React context to initialize the Engage object once, to be used across all the components to trigger page events, identity events etc.
Sitecore CDPProviding Connected Experiences using Sitecore XM Cloud, CDP & Personalize in a Headless Application
Presented the session on SUGCON India, on the topic 'Providing Connected Experiences using Sitecore XM Cloud, CDP & Personalize in a Headless Application'. It covered on how to create experience/experiments on CDP with the various real world use cases.
Sitecore PersonalizeConfiguring Multisite setup in Sitecore JSS Headless with SXA
This blog explains on how to do a multisite setup inside Sitecore Headless SXA based solution. It further provide details of how Nextjs multisite middleware addon works in background to resolve different sites hosted on a single head app.
Sitecore XMPartial Design configuration in Sitecore Headless SXA
This blog provides insights on creating Partial Design on Sitecore SXA headless project. It covers the issues faced while configuring partial design on the pages and deep dives further to explain why we need to carry out those changes.
Sitecore XMSitecore GraphQL – Advance Search Queries
This blogs targets on how we can do advance search on complex fields such as multilist field using GraphQL in Sitecore. This can help us to perform search options using AND/OR operator on tagging fields seamlessly while working on GraphQL integrated mode.
Sitecore XM