How to set custom elasticsearch analyzer
Hi all,
we'd like to adjust the search results to also include terms that contain special characters so when users search for 'Zoe' they also find 'Zoë'.
I know that elasticsearch supports this by using asciifolding tokenfilter (https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-asciifolding-tokenfilter.html) but I'm unclear how I can get this working in combination with Pega search functionalities.
When creating a Custom Search Property, I can set an analyzer name for that property but how do I add a new analyzer to the index? Is there a way to get this working with OOTB features?
Kind regards Manuel