Using Geographic Filters in Sitecore Search Today, I’ll walk you through how I used Geographic filters in Sitecore Search to query results based on a user’s latitude and longitude. Sitecore Search provides two types of geographic filters: geoDistance geoWithin In my case, I implemented the geoDistance filter. Step 1: Create a GEO Attribute First, create … Continue reading Spatial Search with Sitecore Search: Filtering by Location
Tag: Sitecore Search
Extending Sitecore Search API Crawlers for Multi-Language Support
Creating a Sitecore Search API Crawler for Multi-Locale Content Today, I’ll walk through how I created a Sitecore Search API crawler designed to handle multi-locale content, along with a request extractor to dynamically handle locales. The example in the Sitecore Search documentation is great for setting up an API crawler with a trigger, request extractor, … Continue reading Extending Sitecore Search API Crawlers for Multi-Language Support
Simplifying Data Indexing in Sitecore Search with Transformers
Today, I’ll walk you through how to use Transformers in Sitecore Search. Transformers are used to index structured documents such as CSV, XML, and JSON files. Click here for the official documentation from Sitecore.With Transformers, we can manipulate any properties available in the document before they are indexed. This manipulation allows for cleaner and more … Continue reading Simplifying Data Indexing in Sitecore Search with Transformers