*** 22,24 **** --- 22,30 ---- to do a caseless search, surround each argument with a lower() function call. Or, perhaps there should be a separate function named search_nocase(...)? + + _By Matt Sergeant on 2003-09-03:_ + + I prefer to see this sort of thing kept out of the database. It's fairly easy to implement full text + search using either a few extra tables, or a separate database (see the perl module DBIx:: + FullTextSearch for an example). I don't see a reason to add this to sqlite.