take a close look at the SQL query in the 62nd line of search.php (starting with '$query = "SELECT... '). Currently it searches for a title using the following syntax:
WHERE title LIKE '%$searchstr%'
. If you'll find a better variant, please let me know.