$q = $tsCore->setSecure($_GET['q']);
$q = empty($q) ? '' : '+' . str_replace(' ', ' +', $q);
else $search_on = 'p.post_title';
else $search_on = 'p.post_title, p.post_body, p.post_tags';