From 33c1236923b1779a0cacf9cfe34b789c1d02addf Mon Sep 17 00:00:00 2001 From: Bnyro Date: Sat, 14 Sep 2024 11:12:21 +0200 Subject: [PATCH] [fix] search: crash when no engines are used to search --- searx/templates/simple/elements/engines_msg.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/templates/simple/elements/engines_msg.html b/searx/templates/simple/elements/engines_msg.html index 8ce784582..7a843ac14 100644 --- a/searx/templates/simple/elements/engines_msg.html +++ b/searx/templates/simple/elements/engines_msg.html @@ -1,5 +1,5 @@
- {% if not results and not answers %} + {% if (not results and not answers) or not max_response_time %}