*** 35,37 **** --- 35,43 ---- We use MySQL's full text search pretty extensively, and love the fact that it's integrated and easy to use (although the search format should allow the name of the index, not requiring the list of fields as it does now: http://dev.mysql.com/doc/mysql/en/Fulltext_Search.html) No doubt, this is not a trivial amount of work, but for those that use it, it would be very much appreciated. + + _By Alain Bacon on 2004-06-25:_ + + In the mean time, for people using SQLite in PHP (built-in now) as I do, one can register one of php's search functions into sqlite and use it in queries... or make it's own function and register it for use in sqlite's select statements. + + I also did it for php's md5() function that i use to hash passwords in the database.