Azure Search with Sitecore is a great alternative to SOLR, especially if you are working with an Azure environment. I have found it simple to setup, especially in Sitecore 9 with the single configuration property to switch between SOLR, Lucene, and Azure. Once you have created your resource, and configured your connection strings it is … Continue reading Sitecore Azure: Request size exceeded Azure Search Service limits
Category: Azure
Azure search and multilist guid fields
I recently went down the path of learning about Azure Search. One of the requirements of this project is to be able to search on categories the item might have. I had originally tackled this problem years ago with Lucene and SOLR inside XBlog. When dealing with a multilist field of guids you search predicate … Continue reading Azure search and multilist guid fields