You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Select2 library takes care of the diacritics search. I didn't support this search algorithm in the PL/SQL code though. When using Lazy Loading, the filtering happens in PL/SQL, thus with diacritics.
Do you know a way to convert all "special" characters to "normal" characters in PL/SQL?
Default behavior is to ignore diacritics, which is good. When using Lazy Loading we can't control diacritics.
Without Lazy Loading: https://demo.insum.ca/ords/f?p=131:1
With Lazy Loading: https://demo.insum.ca/ords/f?p=131:2
Both examples, you can use Country
Canada
and ProvinceQuébec
.The text was updated successfully, but these errors were encountered: