"tb_order.price", ]; private $fulltext_fields = [ "keywords" => ["tb_order.buyerName", ], ]; public function __construct() { parent::__construct( "tb_order", $this->fulltext_fields, $this->filter_fields ); } }