searchRelated($term);
} else {
$se->searchTerm($term);
}
/* Call the search method with your search term */
$counter = 0;
/* Cycle through the result set */
foreach ($se->results as $result) {
$counter++;
$authors = implode(', ', $result->Authors);
$saving = $result->getSaving();
if ($saving) {
$save = '