Hi Louis,
In the List fields of your Search Type, you have the link going to content. Instead, try custom link or an HTML Typography. Then you can use the value of your field like so:
$cck->getValue('fieldname');
If you use the HTML typography, then you can do something like this:
<a href="/$cck->getValue('fieldname');">$cck->getValue('fieldname');</a>
Hope that helps,
Randy