mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 20:17:24 +08:00
seed bonus add log etc
This commit is contained in:
+1
-1
@@ -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. "%'";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user