Problem in the auto-complete search with accented name
Hello,
I need to search names with accented letters, i.e: when I tap "ve" OR "vé" I shoud get "véronique" in both cases.
I tried a lot in Pega but I think it is a limition in the product, I did a request in support portal.
Then I tried as an alternative solution (wich is not optimal):
- I added a property in the data table (it had: Name,..., etc. I added NameUnaccented).
- I wanted to use it in " use for search" with the original Name: so in the autocomplete it will consider whenever the user tap " ve" or "vé" the autocomplete will show the right propositions which include "ve..." AND "vé..." ==> but it didn't work also; it returns only the source Name.
- I used only NameUnaccented in "use for search" and wanted to show the Name ==> but did not work at all it returns me nothing
==> Would you have any explanation of this behavour ?
Thanks in advance.