I want to search according page and post title only. is it possible? my search code in header file is below
<form method="get" class="search-form" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="search" class="form-control" placeholder="<?php esc_attr_e( 'Search...', 'consulting' ); ?>" value="<?php echo esc_attr( get_search_query() ); ?>" name="s" /></div>
<button type="submit" style="height:7.5vh;"><i class="fa fa-search"></i></button>
</form>