#10999: Filtering non english database
----------------------------------+-----------------------------------------
 Reporter:  pbzrpa                |       Owner:  nobody    
   Status:  new                   |   Milestone:  1.0.3     
Component:  Internationalization  |     Version:  1.0       
 Keywords:                        |       Stage:  Unreviewed
Has_patch:  0                     |  
----------------------------------+-----------------------------------------
 I have a huge problem with filtering a database using foo.objects.filter()
 where the database has foreign letters and you only have access to English
 letters.

 For example:

 {{{
 foo.objects.filter(field__icontains = 'glos') can not find a record with
 the name "głos".
 }}}

 It would really help if one was able to add custom operators so that I
 could call a function on the database that would convert the letters.

 I was unable to find any documentation on the website and I also see that
 the admin interface also filters only if the correct letters are used. I
 have a polish database of users and I would like the admin interface to
 find the surname "Głos" when I enter the English version "Glos"

 Thanks

-- 
Ticket URL: <http://code.djangoproject.com/ticket/10999>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to