https://www.ads-software.com/plugins/relevanssi/
https://www.ads-software.com/plugins/search-everything/
It must have something to do, how the theme (admiral) formats the results, but I don’t know how to change this and the theme(admiral) don’t give personal support and in the theme-forum there are no answers and just 1 post …
]]>In the file, where the search results will be generated, in my case:
content-search.php, as that is the file search.php points to …
you have to add in the loop:
<a href="<?php the_permalink();?>"><h3><?php the_title(); ?></h3></a>
than you get the results with the links.
In my case, there was only: the_excerpt()