Alecaddd Thank you. One more boring question. 
<?php e( 'You have', 'locale' ); ?> <b><?php echo $wp_query->found_posts; ?></b> <?php e( 'results for your entry.') ?>
</p>
<?php get_template_part('content','search'); ?>
I am using this to show how many results the search form has found. But sometimes when I type something it says: You have 2 results for your entry but results are blank...And sometimes it says number 4 but only one result is displayed.