aboutsummaryrefslogtreecommitdiff
path: root/app/Models/Search.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Models/Search.php')
-rw-r--r--app/Models/Search.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Models/Search.php b/app/Models/Search.php
index 046f61a2b..2b207134c 100644
--- a/app/Models/Search.php
+++ b/app/Models/Search.php
@@ -114,7 +114,7 @@ class FreshRSS_Search implements \Stringable {
public function __construct(string $input) {
$input = self::cleanSearch($input);
$input = self::unescape($input);
- $input = FreshRSS_BooleanSearch::unescapeLiteralParentheses($input);
+ $input = FreshRSS_BooleanSearch::unescapeLiterals($input);
$this->raw_input = $input;
$input = $this->parseNotEntryIds($input);