metacpan / metacpan-grep-front-end

Grep Front end code
GNU General Public License v3.0
13 stars 13 forks source link

Add unicode support to searches #33

Open atoomic opened 6 years ago

atoomic commented 6 years ago

As described in #5 currently searches using unicode characters return no results as any non ascii characters is removed from the query. We could probably improve the whitelist to add support to unicode characters.

atoomic commented 6 years ago

for now add a workaround via 272cee6 this is not fixing the problem by itself but this provides a more usable workaround instead of returning no matches when using unicode characters, this would show some results ( with some false positives )