cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK - search filter does not work for some letters of the Czech diacritics

Radek_Uhlir
Explorer
0 Kudos
108

Hello, in SAP Asset Manager, MDK 24.4.3, the search filter (in pages like FunctionalLocationListViewPage) does not work for special Czech characters 'Č' and 'Ú'. For example, word "ústí" works OK, but "Ústí" does not.

this is in filter: `substringof('${searchString.toLowerCase()}', tolower(FuncLocDesc))`

Are there any settings or other functions so that the special characters are recognized correctly?

View Entire Topic
muhammad_rafay
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi, This is Offline OData configuration issue. Can you please apply the following SAP note?

https://me.sap.com/notes/0002793040

The application configuration file should be in the Mobile Service BTP

Radek_Uhlir
Explorer
0 Kudos
Thank you. It worked. I set Database Collation: 1250LATIN2.