[pLog-svn] r5306 - plog/branches/lifetype-1.2/class/dao

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Fri Apr 13 18:41:03 EDT 2007


Author: jondaley
Date: 2007-04-13 18:41:02 -0400 (Fri, 13 Apr 2007)
New Revision: 5306

Modified:
   plog/branches/lifetype-1.2/class/dao/searchengine.class.php
Log:
noted in comment that we do support full text searches

Modified: plog/branches/lifetype-1.2/class/dao/searchengine.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/dao/searchengine.class.php	2007-04-13 22:40:53 UTC (rev 5305)
+++ plog/branches/lifetype-1.2/class/dao/searchengine.class.php	2007-04-13 22:41:02 UTC (rev 5306)
@@ -12,8 +12,7 @@
     /**
 	 * \ingroup DAO
 	 *
-	 * Provides search facilities. At the moment it does not use MySQL's FULLTEXT index features because we are
-	 * targetting as many people as possible and believe it or not, many people are still running MySQL 3.x.
+	 * Provides search facilities.
 	 *
 	 * This class provides methods for searching through articles, comments and custom fields.
 	 *



More information about the pLog-svn mailing list