From 2a4d231ce23b4a503b8b9b59a234ffc6cc9ecc23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Sun, 5 Jun 2022 21:03:01 +0900 Subject: [PATCH] =?UTF-8?q?=E6=A4=9C=E7=B4=A2=E3=81=99=E3=82=8B=E3=82=AD?= =?UTF-8?q?=E3=83=BC=E3=83=AF=E3=83=BC=E3=83=89=E3=81=A7=E8=A4=87=E6=95=B0?= =?UTF-8?q?=E3=82=B9=E3=83=9A=E3=83=BC=E3=82=B9=E3=81=8C=E5=8F=AF=E8=83=BD?= =?UTF-8?q?=E3=81=AB=20#1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/search.php b/www/search.php index 76e091c..71f43f3 100644 --- a/www/search.php +++ b/www/search.php @@ -41,7 +41,7 @@ mysqli_execute($pages); while (mysqli_stmt_fetch($pages)) { - $cq = preg_split('/(\ |\+)/i', $q); + $cq = preg_split('/(\ +)/i', $q); $cpreg = '('; foreach ($cq as $k => $v) { $cpreg .= $v;