From 4bd503591469f47e710f1afbf0b5883f7770065d Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Wed, 17 Dec 2025 10:07:52 +0100 Subject: Rework encoding of search filters (#8324) Rework: * https://github.com/FreshRSS/FreshRSS/pull/8222 now that we have: * https://github.com/FreshRSS/FreshRSS/pull/8293 Follow-up of: * https://github.com/FreshRSS/FreshRSS/pull/8311 * More simplification * Deprecate getRawInput --- app/Models/Search.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/Models/Search.php') diff --git a/app/Models/Search.php b/app/Models/Search.php index 201fed9f9..046f61a2b 100644 --- a/app/Models/Search.php +++ b/app/Models/Search.php @@ -452,6 +452,7 @@ class FreshRSS_Search implements \Stringable { return trim($result); } + #[Deprecated('Use __tostring() instead')] public function getRawInput(): string { return $this->raw_input; } -- cgit v1.2.3