How to display image thumbnails on the search results page?

you should be adding your thumbnail code to the individual search template from the theme, which is noted:

get_template_part('content', 'search');

within that template is where you’ll want to add your thumbnail code. if you can show that template code, we could help you further