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.
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.