Search form not finding content in template page

I created some template pages on my wordpress theme and when I’m trying to do search for some words it returns Nothing Found. When I tried to search for words from the posts or normal pages(Not template pages) it founds it normally.

I added php file to the theme folder and I coded in:

Read More
 <?php
/*
Template Name: example.php
*/
?>

Now whatever I write in this file example.php (links or paragraph) can’t be found by the search form. What do I need to do?

Related posts