ACC SHELL

Path : /srv/www/vhosts/tsisystem/app/tests/
File Upload :
Current File : //srv/www/vhosts/tsisystem/app/tests/test_search.php

<?php

require_once './test-init.php';

$c = new SearchComponent;
$c->init();
// $c->reindex();

$x = $c->search(' program:');
echo('<pre>');
print_r($x);
echo('</pre>');


?>

ACC SHELL 2018