rkgudboy / djangosearch

Automatically exported from code.google.com/p/djangosearch
0 stars 0 forks source link

djangosearch doesn't understand unicode #9

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
When constructing search terms, djangosearch restricts itself, rather 
arbitrarily, to ASCII 
alphanumerics, plus what pyparsing calls alphas8bit, which gives a few European 
accented 
characters.

It would be nicer if it let itself use all unicode alphanumerics. The attached 
patch does this (and 
also adds unicode symbols, which might or might not useful, it is for me)

Original issue reported on code.google.com by toby.o.h...@gmail.com on 8 Dec 2008 at 4:13

Attachments: