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
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
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
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