This blog is very simple tip but thought of sharing it. We had a rebranding of a word across our Media like (News, Events, Blogs, etc.) and it is impossible to go to each and every word manually and change it. The simplest solution was to write a Script in SPE and execute. Then I … Continue reading Sitecore Tips – Search and Replace
Search
Enabling the Suggester from SOLR for the Search box
We recently used SOLR suggester to implement autocomplete feature for our Site search. There are 3 steps involved to implement the Suggester:1. Add the Search component in solrconfig.xml file.2. Add the new field in Managed-Schema file.3. Call the Suggester from your Controller method. Add the Search component in solrconfig.xml filea. Go to the solrconfig.xml file … Continue reading Enabling the Suggester from SOLR for the Search box
Adding voice recognition to your search box
Now a days, the world is moving towards or utilizing the modern edge features in their day to day activities. So giving our end customers a feature of voice recognition on the Search box of our website might draw us some more traffic and leads. Now the logic, we need here is to hear the … Continue reading Adding voice recognition to your search box
Installing Sitecore 10 using SOLR as Search Provider on Azure
In this blog, we will see how to install Sitecore 10 with SOLR as Search provider. In case if you are looking for Sitecore with Azure Search as a Search provider then you can go through this blog. Also the prerequisite for installing the Sitecore 10 with SOLR is that we need the SOLR up … Continue reading Installing Sitecore 10 using SOLR as Search Provider on Azure
How to setup SOLR search provider in your instance?
In this blog, we will see how to configure SOLR search provider in your instance if you are using Azure Search and now you want to switch to SOLR. To specify the search provider, open the Web.config file from the Sitecore instance and search for the search:define key. If we want to use SOLR as … Continue reading How to setup SOLR search provider in your instance?
Search not working in Content Editor on Azure PaaS instance
Once we install Sitecore on Azure PaaS using the Marketplace option. In either case, if you opted for SOLR or Azure Search as search provider, the advanced search or the search in the Content Editor doesn't work. What can be the reason behind this issue? The reason is the indexes are not created or the … Continue reading Search not working in Content Editor on Azure PaaS instance
How to create a custom SOLR index
There are few default indexes which are created by Sitecore for the internal use. We can use 2 of it's default indexes namely sitecore_web_index & sitecore_master_index to build our Site search functionality or search based components. In case you have only one site developed in Sitecore instance with very few pages and content then you … Continue reading How to create a custom SOLR index
Sitecore Introductory Training – Session III
Below video covers the Sitecore Introductory Training - Session 3, the topics that were covered are as follows: Creating custom Solr index Integrating & Indexing the custom index in Sitecore Implementing a Search functionality. I am planning to record all the topics separately to help the beginners to learn quickly. I will surely update everyone … Continue reading Sitecore Introductory Training – Session III