Hello, everybody.
I'm wondering if there's any country which has special characters in their alphabet (ě,š,č,ř,ž,ý,á,í,é,...) and also uppercase letters set in routing, and has experience if these special characters affect e-mail/chat routing.
Would you know is there are some expressions that can be used to make PureCloud ignore uppercase letters and special characters? According to ChatGPT something like this could work:
Contains(ToLower(RemoveDiacritics(Email.Message.body)"Kuchyně")
but obviously it's not the most accurate source all the time. Also I'm not sure if in this case there isn't the ToString expression missing or if the ToLower somehow takes its place. Because our current setup looks like this:
Contains(ToString(Email.Message.subject), "Kuchyně")
Our goal is to reduce the number of expressions in our routing. So instead of "Kuchyně, kuchyně, Kuchyne, kuchyne" we would only have the word "Kuchyně" there and if the customer writes it in any other way, the routing would still be correct.
I hope my explanation makes sense :)
Thank you!
#ArchitectureandDesign------------------------------
Dominika
------------------------------