All databases have miscellaneous string-functions for comparison.
Mysql : SOUNDEX() f.e.
SQL- Usage of such functions is
SELECT SOUNDEX(...) AS score,... FROM Table ORDER BY SCORE DESC.
Check out freshmeat.net for searchengines.
There are many opensource search engines in php,database....
Examples: http://www.mnogosearch.com/
www.htdig.org
Regards
Ingo