From 03c439a5b930a6d7cceb0a2c7ad76e24d2c7d514 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 4 Sep 2026 10:33:03 +0200 Subject: [fix] marginalia: crashes with missing filter name --- searx/engines/marginalia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/engines/marginalia.py b/searx/engines/marginalia.py index 510770691..9257fabf6 100644 --- a/searx/engines/marginalia.py +++ b/searx/engines/marginalia.py @@ -82,7 +82,7 @@ api_key = None https://about.marginalia-search.com/article/api/ """ -filter_name: str | None = None +filter_name: str = "" """The name of the custom filter to apply to each search.""" -- cgit v1.2.3