sindresorhus / alfy

Create Alfred workflows with ease
MIT License
2.63k stars 104 forks source link

alfy.matches doesn't work with umlauts #150

Closed davidmondok closed 2 years ago

davidmondok commented 2 years ago

In alfy.matches the input value is normalized, but the list items aren't, so whenever one tries to match items that contain an umlaut like ö or ü the function returns an empty array. By normalizing the list items as well, things would work for German speakers like me again as expected.

149 fixes this.