@@ -6,6 +6,8 @@ use app\models\Anime;
use \MongoRegex;
class SearchController extends \lithium\action\Controller {
+ public $publicActions = array('index');
+
public function index($type, $by = "series_title")
{