From 3b15f8a5c9c919235c34518d14d09b41cfb93884 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 5 Dec 2024 16:19:57 +0100 Subject: Parentheses in quoted search (#7055) * Parentheses in quoted search Allow parentheses in quoted search like `author:"Bob (Team1)"` Related to https://github.com/FreshRSS/FreshRSS/pull/7054 * Doc --- tests/app/Models/SearchTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app') diff --git a/tests/app/Models/SearchTest.php b/tests/app/Models/SearchTest.php index 7c03d5aed..04da65d3a 100644 --- a/tests/app/Models/SearchTest.php +++ b/tests/app/Models/SearchTest.php @@ -370,7 +370,7 @@ class SearchTest extends PHPUnit\Framework\TestCase { ['%Alice%', '%hello%', '%Bob%', '%world%'], ], [ - 'intitle:"\\(test\\)"', + 'intitle:"(test)"', '(e.title LIKE ? )', ['%(test)%'], ], -- cgit v1.2.3