What you can do is backup the search.php and create a new search.php file. Open your theme index.php and copy all the code form the index.php to the new search.php.
If you want to display the search query you can put <?php the_search_query(); ?>
inside the search.php where needed.