Tag: Azure Search

Azure Search Sitecore Custom Index

If you are looking to convert your Lucene or Solr custom indexes to Azure Search indexes – then this sample Azure search custom index configuration will help you to quickly alter them.

Escaping Characters in Azure Search

If you are new to Azure Search, you must make sure to escape certain characters in Sitecore Search queries. Currently, Azure search or the Sitecore Content search api does not escape these characters. {“error”:{“code”:””,”message”:”Invalid expression: ‘)’ or ‘,’ expected at position 102 in ‘((taxonomy/any(t:t eq ‘language/english’)) and (taxonomy/any(t:t eq ‘customer name/italy/test dela‘arte‘)) and (taxonomy/any(t:t eq

Continue reading