Hi everyone Does anyone know how to apply some analyzers over a prefix query? What I'm looking for is a way to build an autosuggest using the termsComponent that could be able to remove the accents from the query's prefix. For example, I have the term "analisis" in the index and I want to retrieve it with the prefix "AnĂ¡li" (notice the accent in the third letter). I think the regexp function won't help here, so I was wondering if specifying some analyzers (LowerCase and ASCIIFolding) in the termComponents configuration, it would be applied over the prefix.
Thanks in advance. Nestor