Re: [SQLObject] Using Mysql's Fulltext...

2008-03-25 Thread Sam's Lists
Thanks. I'll try it that way. Maybe someday I'll get ghhd enough to write the patch. I did take a look at the sqlobject code yesterday for the first time. :) -Sam On Tue, Mar 25, 2008 at 8:20 AM, Oleg Broytmann <[EMAIL PROTECTED]> wrote: > On Tue, Mar 25, 2008 at 12:36:45AM -0300, Sam's Li

Re: [SQLObject] Using Mysql's Fulltext...

2008-03-25 Thread Oleg Broytmann
On Tue, Mar 25, 2008 at 12:36:45AM -0300, Sam's Lists wrote: > I'm using sqlobject on top of mysql. I'd like to add fulltext search ( > http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html) to one of my > tables. I searched the internet for quite a while but couldn't find an > example of h

[SQLObject] Using Mysql's Fulltext...

2008-03-24 Thread Sam's Lists
Hi all... I'm using sqlobject on top of mysql. I'd like to add fulltext search ( http://dev.mysql.com/doc/refman/5.0/en/fulltext-search.html) to one of my tables. I searched the internet for quite a while but couldn't find an example of how to do this under sqlobject. Any thoughts? Thanks! ---