"tb_media.file_type", ]; private $fulltext_fields = [ "keywords" => ["tb_media.title",], ]; public function __construct() { parent::__construct( "tb_media", $this->fulltext_fields, $this->filter_fields ); //$this->createTableSearch(); } }