From 98221cc4f9c7c19d1e97270670be647554d67b6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=B9=E8=AF=9A=E8=AF=9A?= Date: Wed, 1 Feb 2023 14:57:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=8E=B0=E5=AE=9E48=E6=9D=A1=E6=90=9C=E7=B4=A2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C?= 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 0d36c528..7a1471c4 100644 --- a/application/controllers/welcome.php +++ b/application/controllers/welcome.php @@ -58,7 +58,7 @@ class Welcome extends CI_Controller { $data['search_list'] = $this->Information_model->search_url($search_url); if (count($data['search_list']) === 0) { if (!empty($data['all_text_search']) && $data['all_text_search'] == 'true') { - $data['search_list'] = $this->Information_model->search_all_text($data['keywords']); + $data['search_list'] = $this->Information_model->search_all_text($data['keywords'],48); } else { $data['search_list'] = $this->Information_model->search($data['keywords']); }