On Dec 15, 2010, at 5:57 PM, Sam Lai wrote: > If you're using MySQL, Django can interface with its FTS component - > http://docs.djangoproject.com/en/dev/ref/models/querysets/#search
PostgreSQL also has a very good built-in full text search function. You'll need to write a tiny bit of raw SQL, but you can use it with the new .raw() query sets. http://www.postgresql.org/docs/9.0/interactive/textsearch.html -- -- Christophe Pettus x...@thebuild.com -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.