
October 10, 2018
We all know that, whenever we save any item or publish it, index for the item (sitecore\master\index or sitecore\web\index) gets updated, not rebuild. But there...

September 10, 2017
While querying the index, for date range, we should always use Between extension method from the Sitecore.ContentSearch.Linq.MethodExtensions namespace, which i...

April 14, 2017
Computed field helps us in doing some extra processing before adding the value to index. While creating a computed index field, always try to return null, rathe...