From 9604461cad3be3cf9798836c3c8a61ab12b8d2c6 Mon Sep 17 00:00:00 2001 From: YCC Date: Mon, 26 Feb 2024 15:32:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=90=9C=E7=B4=A2=E7=BB=93?= =?UTF-8?q?=E6=9E=9C=E9=A1=B9=E4=B8=BA48?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/controllers/welcome.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/welcome.php b/application/controllers/welcome.php index 7a1471c4..ca6aefaf 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -60,7 +60,7 @@ class Welcome extends CI_Controller { if (!empty($data['all_text_search']) && $data['all_text_search'] == 'true') { $data['search_list'] = $this->Information_model->search_all_text($data['keywords'],48); } else { - $data['search_list'] = $this->Information_model->search($data['keywords']); + $data['search_list'] = $this->Information_model->search($data['keywords'],48); } }