trim request spaces

This commit is contained in:
ghost 2023-08-13 20:26:44 +03:00
parent 7edb88a67a
commit 186f204448

View File

@ -49,6 +49,7 @@ class SphinxQL {
private static function _match(string $keyword) : string {
$keyword = trim($keyword);
$keyword = preg_replace('/[\:]+/', ':', $keyword);
return sprintf(