URL: '.$url.'
';
echo 'CTX: '.$ctx.'
';
echo 'Keyword(s): '.$keywords.'
';
echo 'Langauge: '.$language.'
';
echo 'Title: '.$title.'
';
// Check for data
$la = 'la='.$language;
if (!empty($keywords)) {
$kw = 'kw='.$keywords;
}
if (!empty($title)) {
$urlend = $searchjoiner.'ti='.$title.$searchsuffix;
} else {
$urlend = $searchsuffix;
}
echo '
Constructed link
';
//echo $url.'/'.$ctx.'/';
// $address = implode(", ", array_filter(array($addressline1, $addressline2, $addressline3));
$SearchURL = implode("", array_filter(array($url, $searchprefix, $ctx, $searchmiddle, $la, $searchjoiner, $kw, $urlend)));
echo ''.$SearchURL.'
';
$ConstructedURL = $url.$searchprefix.$ctx.$searchmiddle.$kw.'%20and%20la='.$language.$searchsuffix;
echo ''.$ConstructedURL.'';
// https://ccs.polarislibrary.com/polaris/search/searchresults.aspx?ctx=14.1033.0.0.35&type=Boolean&term=COL=YOTHER%20and%20MAT=KIT%20and%20LA=POL%20and%20GENRE=games&sort=RELEVANCE&page=0
// https://escondido.librarycatalog.info/polaris/search/searchresults.aspx?ctx=3.1033.0.0.6&type=Boolean&term=kw=batgirl
/*
Search for:
* Keyword
* Title
* Author
* Language
* Subject Heading
* Collection Code
* Material Type
* ISBN
*/
?>