Want to modify Search to provide unaltered block content instead of page URL

Permalink
A site I am building has content blocks with embedded HTML. In block edit, HTML, I add lines:

<p><a href="http://www.somesite.com"> | Word | Term | A Phrase</a></p>

When I view that page/block, I see a URL and the associated text after it.

If I use the standard C5 Search, looking for "A Phrase", Search add-on returns the URL of the page/block, removes the link I defined, and truncates the text after the link.

I was hoping to have returned - each search result on its own line - the content of the line rather than a link to the page/block.

How might I do this? Eventually, there will be many hundreds of web links with accompanying text. I really need a Search function to produce 'found' blocks content.

Thanks.