How to ignore accents in Azure Search?
问题 Does Azure Search support some way of ignoring accented characters? For example, if somebody searches for e it should include é characters in the search. Or would we need to add some converting at the moment of building the Azure Search Index? Any recomendations welcome, thanks. 回答1: Yes. Please use the ASCII folding analyzer on your field. To do that, set the analyzer property on your field to analyzer:"standardasciifolding.lucene" Alternatively, use a language specific analyzer e.g.