diff options
Diffstat (limited to 'app/Models/Search.php')
| -rw-r--r-- | app/Models/Search.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/Models/Search.php b/app/Models/Search.php index 0e2f5da6f..45fa742be 100644 --- a/app/Models/Search.php +++ b/app/Models/Search.php @@ -94,6 +94,7 @@ class FreshRSS_Search { public function __construct(string $input) { $input = self::cleanSearch($input); $input = self::unescape($input); + $input = FreshRSS_BooleanSearch::unescapeRegexParentheses($input); $this->raw_input = $input; $input = $this->parseNotEntryIds($input); |
