Summary:
SearchResult returns full link/anchor instead JUST of href/url
Detailed Description:
The SearchResult() was returning the full anchor of the indexed page, ie:
<a href="http://someurl.tld">Some Text</a>
To work with the default search template, and coincide with other search
results, it should return *just* the url/href, ie:
http://someurl.tld
This patch amends SearchResult() to fix that.