I think that full text search works with mysql and with a patched version for postgresql [1] (prefered way!) But this is not my prefered way to use full text search I think, because: 1. no ranking by revelance support (at least for postgres) 2. most of the time you want to search throught a model and not only on one field... so filter(myattribute__search='mything') is not really... interresting...
I come back with some bits [1] http://code.djangoproject.com/ticket/4676 --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---