diff --git a/system/includes/functions.php b/system/includes/functions.php index fe1ff2d..bd43560 100644 --- a/system/includes/functions.php +++ b/system/includes/functions.php @@ -1158,7 +1158,7 @@ function keyword_count($keyword) foreach ($posts as $index => $v) { $arr = explode('_', $v['basename']); - $filter = $arr[1] . ' ' . $arr[2]; + $filter = $arr[1] . ' ' . $arr[2] . ' ' . $v['content']; foreach ($words as $word) { if (stripos($filter, $word) !== false) { $tmp[] = $v;