Re: Search MySQL Full-Text

2007-11-01 Thread jacoberg2

Well i realized after i posted this that i am actually using
postgresql and not Mysql. So i am wondering if there is a way to
do boolean searches in the same manner as described at the
end of th article.



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



Re: Search MySQL Full-Text

2007-10-31 Thread dunia

jacoberg2 wrote:
> Hey I was just reading the tutorial about expanding the
> search capability of django by using the full text search
> of MySQL. At the end of the articale the author informs
> us that there is a boolean search operator in the data
> base api, this is the link he gave:
>
> http://www.djangoproject.com/documentation/db_api/#search
>
> now i was just wondering exactly what i would have to do to
> activate this so that i can use boolean operators in the
> search bar in my template. Im also pretty sure that my
> copy of django is a little older, so i would also like to know what
> i may need to update in order to use the search operator.
> Any help with this would be great!
>
> Jacob Berg
>
>
> >
>
>   
to use the full-text search of MySQL i tried with this and it works fine 
for me: 
http://www.mercurytide.co.uk/whitepapers/django-full-text-search/. i use 
django 0.96-1.

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



Search MySQL Full-Text

2007-10-31 Thread jacoberg2

Hey I was just reading the tutorial about expanding the
search capability of django by using the full text search
of MySQL. At the end of the articale the author informs
us that there is a boolean search operator in the data
base api, this is the link he gave:

http://www.djangoproject.com/documentation/db_api/#search

now i was just wondering exactly what i would have to do to
activate this so that i can use boolean operators in the
search bar in my template. Im also pretty sure that my
copy of django is a little older, so i would also like to know what
i may need to update in order to use the search operator.
Any help with this would be great!

Jacob Berg


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