This commit is contained in:
3Dgoo 2024-02-11 05:30:26 +13:00 committed by GitHub
commit aeae3727cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ class SearchForm extends Form
}
}
$keywords = $request->requestVar('Search');
$keywords = rtrim($request->requestVar('Search'), '- ');
$andProcessor = function ($matches) {
return ' +' . $matches[2] . ' +' . $matches[4] . ' ';