I needed to create a link in my Item template override to the articles retrieved.
What worked (and if there is a simpler way, please do tell...)
1. Download the Seblod Search plugin
2. Create a field of type "link"
3. Under #2 "Link and Typography" apply a Content - View as the link
4. Save
5 In the Item override use this: (in this case the field name was 'more_info')
echo ('<a href="'.$cck->getLink('more_info').'">Full Article</a>');