Hi Laurent,
On Wed, 2006-07-19 at 11:19 +0200, Laurent RAHUEL wrote:
> Hi,
>
> Does anybody already managed to use a Tsearch2 enabled table with django ORM.
> Imagine you defined a model that creates this kind of table :
>
> CREATE TABLE newsitem (
> id INT PRIMARY KEY,
> newstitle VARC
Thank you very much Malcolm ;-)
--~--~-~--~~~---~--~~
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 [
Hi,
Does anybody already managed to use a Tsearch2 enabled table with django ORM.
Imagine you defined a model that creates this kind of table :
CREATE TABLE newsitem (
id INT PRIMARY KEY,
newstitle VARCHAR(255),
newscontent TEXT,
authorid INT,
newsdate TIMESTAMP
);
In order
3 matches
Mail list logo