I have some code but someone need to add this to artio seyret plugin
//Search
elseif (isset($url_array[$pos+2]) && $url_array[$pos+2]=='searchkey') {
$_GET['task'] = $_REQUEST['task'] = 'searchvideos';
$QUERY_STRING .= '&task=searchvideos';
if (isset($url_array[$pos+3]) && $url_array[$pos+3]!='') {
$var2 = $url_array[$pos+3];
$_GET['searchkey'] = $_REQUEST['searchkey'] = $var2;
$QUERY_STRING .= "&searchkey=$var2";
}
}
//searchkey com_seyret/task,searchvideos/Itemid,2/searchkey,giacomo.html
elseif (eregi('task=searchvideos',$string)) {
$temp = explode('&searchkey=', $string);
$temp = explode('&', $temp[1]);
$sefstring .= 'searchkey/';
$sefstring .= sefencode($temp[0]).'/';
}
But this need to be translated for Artio