thoughtworks / build-your-own-radar

A library that generates an interactive radar, inspired by https://thoughtworks.com/radar/.
GNU Affero General Public License v3.0
2.21k stars 1.04k forks source link

Enhance auto complete search for special characters (eg.: pt-br accents) #356

Open alexcflopes opened 11 months ago

alexcflopes commented 11 months ago

The auto complete search feature does not matches words containing special characters. This maybe not be an issue in English language, but in portuguese we have special charactars for accents, like eg.: ç in Autorização (Authorization) or "ê"in Experiência (Experience).

So It would be great to extend the lower case funcionality to tackle such cases.

Tks Alexl