Re: Full text searches in Django

2006-12-05 Thread Rafael SDM Sierra
On 11/28/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > > > On 11/28/06, John Sutherland <[EMAIL PROTECTED]> wrote: > > > > While this is MySQL fulltext specific, it may be of use when you start > > tinkering with the Django code: > > > http://www.mercurytide.com/knowledge/white-papers/django-fu

Re: Full text searches in Django

2006-11-28 Thread Jyrki Pulliainen
On 11/28/06, John Sutherland <[EMAIL PROTECTED]> wrote: > > While this is MySQL fulltext specific, it may be of use when you start > tinkering with the Django code: > http://www.mercurytide.com/knowledge/white-papers/django-full-text-search > Thank you, the document seems extremely useful. I'll d

Re: Full text searches in Django

2006-11-28 Thread John Sutherland
On 11/28/06, Jyrki Pulliainen <[EMAIL PROTECTED]> wrote: > Hi there, > > I've been thinking lately of implementing full text searches to my > Django projects. However, unless using MySQL this requires some > additional work on Postgresql and Sqlite (both of these, however, > support full text sear

Full text searches in Django

2006-11-28 Thread Jyrki Pulliainen
Hi there, I've been thinking lately of implementing full text searches to my Django projects. However, unless using MySQL this requires some additional work on Postgresql and Sqlite (both of these, however, support full text search). I've decided to dig in to the Postgresql with the help of the