From 252703305758e2ed0e6257ae94fdb3b4b90f7184 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Sat, 3 Jan 2026 16:52:33 +0100 Subject: Fix unwanted expansion of user queries in some cases (#8395) fix https://github.com/FreshRSS/FreshRSS/issues/8378 --- app/Models/Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/Models/Search.php') diff --git a/app/Models/Search.php b/app/Models/Search.php index 80db5a58c..4d33f36b2 100644 --- a/app/Models/Search.php +++ b/app/Models/Search.php @@ -447,7 +447,7 @@ class FreshRSS_Search implements \Stringable { return trim($result); } - #[Deprecated('Use __tostring() instead')] + #[Deprecated('Use __toString() instead')] public function getRawInput(): string { return $this->raw_input; } -- cgit v1.2.3