mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Update SphinxSearch
This commit is contained in:
@@ -212,10 +212,6 @@ class SphinxSearch
|
||||
$query->match($key, $value, true);
|
||||
}
|
||||
} elseif (! empty($searchString)) {
|
||||
$searchString = ltrim($searchString, '\()-!@%~"&/^$=');
|
||||
if (! $searchString) {
|
||||
return [];
|
||||
}
|
||||
$query->match($column, $searchString, true);
|
||||
} else {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user