Solr search Rich text field
| | |

Sitecore Solr stripping out the HTML from Rich Text Field while indexing Issue Resolved

I migrated Sitecore 8 to Sitecore 10.3, but it affected my search results content coming from a rich text field name description. Content written in Sitecore rich text field with some html / css styles were missing. Sitecore Rich Text field not indexing Investigation I checked the Solr dashboard of master and web indexing, but…

| | | | | | | | |

Sitecore CMS Development Pricing Plans

Developing a website with Sitecore CMS can vary significantly in cost depending on a range of factors such as the complexity of the website, the level of customization required, the scale of the project, and the specific features you need. Here’s a breakdown to help you understand the potential costs:Licensing Fees: Sitecore is a premium…

|

Sitecore CMS Interview Topics and Notes

What is Sitecore CMS? CMS—> Content Management SystemWhat is Content?Whatever Text, Images, Pdf files etc viewed on the website.What is Content Management?Adding, deleting, updating any website content also managing its access and security without interference of the Technical Team.CMS is a software that helps business users to add, delete, update website content along with user…

Sitecore partner
|

Latest Sitecore 10.3 CMS Interview Questions

What are Caching Options? Caching options to the renderings Sitecore caches output:The options are:Cacheable: Specifies if Sitecore caches the rendering or not. Clear on Index Update: Sitecore clears the cache when it updates the content search index. This is important if your Sitecore instance uses HTML caching for renderings, controls, or sub-layouts that contain code,…

Sitecore partner

What is Sitecore CMS & its features?

Sitecore CMS stands for content management system. It is a powerful tool for brands that create, manage, and optimize the digital experience of customer. Content management system is also referred as web content management system(WCM).  A CMS  is a software application that enables user to create, edit and production of digital content such as e-mail,…

promo component sitecore 10.3

HOW TO MAKE A PROMO COMPONENT CONTROLLER RENDERING IN SITECORE 10.3

Prerequisite 1. Visual Studio 2. Sitecore 10.3 Steps: 1. Open visual studio. Create a new project, select Template(MVC .net framework). Name your project as MegaOne (You can name it as required). Choose latest frame work. 2. Select View options and choose Solution Explorer. You can see the solution explorer opened  right side in the page with…

Sitecore-nuget-source
|

[Sitecore NuGet] Unable to load the service index for source

Error: [Sitecore NuGet] Unable to load the service index for source https://sitecore.myget.org/F/sc-packages/api/v3/index.json.An error occurred while sending the request.The remote name could not be resolved: ‘sitecore.myget.org’ If you are getting this error because you are trying to set up the Sitecore MyGet public feed url: https://sitecore.myget.org/F/ sc-packages/api/v3/index.json, which expired now. Let me inform you that Sitecore…

create-sitecore jss next.js in local

Sitecore jss app quick local set up of headless xm cloud with next.js for xm cloud portal website.

Prerequisite to install the sitecore jss next.js app into system. Please follow the below steps: C:\Workdir\XMCDeploy> npx create-sitecore-jss? Which template would you like to create? nextjs? Where would you like your new app created? C:\Workdir\XMCDeploy\nextjs? Directory ‘C:\Workdir\XMCDeploy\nextjs’ not empty. Are you sure you want to continue? NoPS C:\Workdir\XMCDeploy> npx create-sitecore-jss? Which template would you like…