Tuesday, July 27, 2010

Case insensitive non ascii chars

Hi,

For phrase "POLAŃSKI" I cannot get results when posting "polań" in my
search form.

I'm using the 1.2.1. Django version on PostgreSQL 8.3 with both
(SQL_ASCII) and UTF8 encoding. In my settings DEFAULT_CHARSET is set
for UTF8.

After debugging it looks like PostgreSQL can't do the UPPER()
properly.

Is there any chance I can get that working ?

Thanks,
Robert

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment