We have just finished building our REST API for our Azure Search indexes. We've just been given the following new requirement:
"When the client makes a Call with a query consisting of a string of, for example, Chinese characters (or other non-Latin characters), the string would first get translated into Latin characters before being searched on and returned."
What is available, from within the Azure framework, that could facilitate something like this?