Category: Sitecore Search

Spatial Search with Sitecore Search: Filtering by Location

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

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

Using Search Ingestion to Sync Products from OrderCloud to Sitecore Search

Today, I’ll walk you through the process of integrating product synchronization between Sitecore OrderCloud and Sitecore Search.With Sitecore OrderCloud, we can leverage the Search Ingestion feature to synchronize product data with Sitecore Search. This enables us to create, update, or delete index documents—resulting in a unified and powerful search experience. Step-by-Step Integration Guide1. Set up … Continue reading Using Search Ingestion to Sync Products from OrderCloud to Sitecore Search

Fixing Sitecore Search Web Crawler Errors: Handling Large Payloads

When working with Sitecore Search, encountering errors during crawling is common, especially when dealing with large JSON responses. Recently, I encountered a critical issue where the Sitecore Search web crawler failed due to exceeding the maximum payload size limit of 10MB.. Understanding the Error The error message displayed was: Validation Error: The number of indexed … Continue reading Fixing Sitecore Search Web Crawler Errors: Handling Large Payloads

Fixing Crawling Issues in Sitecore Search: Handling Special Characters in Document IDs

Today, I will describe an issue I faced in SiteCore Search while crawling an URL containing multiple JSON nodes. I created a source of type "API Crawler" to crawl JSON nodes from a specific URL. However, during the crawling process, I encountered the below issue: Some nodes were not crawled due to an error. To … Continue reading Fixing Crawling Issues in Sitecore Search: Handling Special Characters in Document IDs

Sitecore Search API Crawler EXEC_SYNTAX_ERROR

Hi,Today I will discuss about an issue I faced where the formatting of GraphQL query was causing problems when using the Edge endpoint of Sitecore XM Cloud, even though it worked fine on the Preview endpoint.I have configured an API Crawler with request trigger to fetch data from Sitecore using GraphQL query. Below is the … Continue reading Sitecore Search API Crawler EXEC_SYNTAX_ERROR