I know it may be database specific, but having a Soundex ... eh...
"clause" for searching would be a really great idea.

such as:

User.objects.filter(first_name__sounds_like="John")

which would produce and SQL statement like:

WHERE DIFF(SOUNDEX(first_name), SOUNDEX("John")) >= 3

Any plans for it?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

  • Soundex [EMAIL PROTECTED]

Reply via email to