CMS MADE SIMPLE FORGE

Questions

 

[#2142] SearchResult returns full link/anchor instead JUST of href/url

avatar
Created By: Darrin Roenfanz (the-golem)
Date Submitted: Mon Mar 10 06:00:51 -0400 2008

Assigned To:
Version: None
CMSMS Version: None
Severity: None
Resolution: None
State: Open
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.


History

Comments
avatar
Date: 2008-03-10 06:01
Posted By: Darrin Roenfanz (the-golem)

HMMM, forgot to check the box for upload. Sorry, should be fixed now.