"tb_customer.type", "province" => "tb_customer.province", "is_email_verify" => "tb_customer.is_email_verify", "total_value" => "tb_customer.total_value", ]; private $fulltext_fields = [ "keywords" => ["tb_customer.name", "tb_customer.crm_code", "tb_customer.email","tb_customer.mobile",], ]; public function __construct() { parent::__construct( "tb_customer", $this->fulltext_fields, $this->filter_fields ); } }