koniu / recoll-webui

web interface for recoll desktop search
266 stars 55 forks source link

Query to recoll string, foldert name utf-8 #26

Closed vrozos closed 8 years ago

vrozos commented 10 years ago

If a folder name is not ascii and the user selects this folder, then a UnicodeError exception happens, This can be easily fixed by replacing line 151 of webui.py with

qs += " dir:\"%s\" " % q['dir'].decode('utf-8')

koniu commented 8 years ago

believe fixed