Search Result: Third line link not activate as an active hyperlink

Permalink
Hey Guys! How to make the link at the third line from the search result activate as a hyperlink?

By the way am using the Search Core Block (pre-loaded inside Concrete5 installation) to search my website content.

Below is the sample result:

---------------------------------

About Us

and this is the text from about us page...
http://www.site.com/about_us

---------------------------------

Apparently the third line which is "http://www.site.com/about us" not activate as an active hyperlink.

Anyone know how to alter this search result? Thanks!

traisoon
 
makeway replied on at Permalink Reply
makeway
I know this was a long time ago, but in case you never found an answer, do the following:
<a href="<?php echo $r->getPath()?>"><?php echo $this->controller->highlightedMarkup($r->getPath(),$query)?></a>