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 how to do this under sqlobject. Any thoughts?
SQLObject doesn't support it because nobody has submitted a patch. You can use connection.queryAll("SELECT ... MATCH() AGAINST...") Oleg. -- Oleg Broytmann http://phd.pp.ru/ [EMAIL PROTECTED] Programmers don't die, they just GOSUB without RETURN. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ sqlobject-discuss mailing list sqlobject-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss