seed bonus add log etc

This commit is contained in:
xiaomlove
2025-09-08 03:05:55 +07:00
parent ae08039323
commit 60b5aba518
53 changed files with 720 additions and 131 deletions
+1 -1
View File
@@ -738,7 +738,7 @@ if (isset($searchstr))
{
$searchstr_element = trim($searchstr_element); // furthur trim to ensure that multi space seperated words still work
$searchstr_exploded_count++;
if ($searchstr_exploded_count > 10) // maximum 10 keywords
if ($searchstr_exploded_count > 3) // maximum 3 keywords
break;
$like_expression_array[] = " LIKE '%" . $searchstr_element. "%'";
}