Hey thumbelina,
Here some stuff that I did a while back. I don't know if you want the search engine to search all the fields you mentioned, but you can take a look here.
function print_library_list($search) {
if($search != ""){
$query = "SELECT l.id l.title, l.year, " ...