Author: Nilesh Thakkar

Is Your Sitecore Query Not Working?

Friends, hope you are enjoying your Sitecore Journey! Let’s start our today’s journey. Scenario: What do you do when you find that your Sitecore query is NOT retuning any result even-though query is correct? The obvisous answer is you will go to Sitecore CE and fire that query using developer center, right? Yes – this is …

How To Get “Near By Me” Location Using Sitecore Search?

Dear Sitecorians, to provide better experience to your website users sometimes you are asked implement a feature such as StoesNearByMe, EventsNearByMe or JobsNearByMe in your Sitecore solution. In such scenarios, basically you need two information: 1) User’s location (e.g latitude and longitude) 2) Search all stores, events or jobs near to user’s location. We have already …

How to Set Persona/Pattern Card Programmatically in Sitecore?

Recently came across a very interesting requirement of analyzing user’s pattern based on search action performed by user on the site. Every webiste has one common functionality implemented – site search. Here you can hook your code to understand user’s pattern by observing the keywords user is searching. For example: whenever user search terms like software, programming or computer …