Open aisayko opened 9 years ago
Got something similar with a German ß
. Encoding the query as utf-8
before handing it to the full text query fixed this. However, this is not how it should be. Encoding should happen as late as possible and certainly not in a Django ORM query.
psycopg2.extensions.adapt
apparently needs an utf-8 encoded string here.
Hello,
I just upgraded djorm-ext-pgfulltext to version 0.9.3 and got errors when use russian chars on my search query.
In version 0.9.2 it was okay.
Raising error: