Hey there,
Please copy _landmark-header.php located in x\framework\views\renew to the same folder structure in your child theme. Open the copied file and search for the line
<h1 class="h-landmark"><span><?php _e( 'Search Results', '__x__' ); ?></span></h1>
Change it to
<h1 class="h-landmark"><span><?php _e( 'Search Results', '__x__' ); echo ' '.get_search_query(); ?></span></h1>
http://i.imgur.com/kqmv3Cg.gifv
Hope that helps. 🙂