From 4a9c19d7bf8cb05a01bd2ee9c0513d54936ff6a5 Mon Sep 17 00:00:00 2001
From: Bnyro
Date: Fri, 26 Jun 2026 16:57:38 +0200
Subject: [PATCH] [mod] images.html: display all engines that found the result,
not only the first one
---
searx/templates/simple/result_templates/images.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/searx/templates/simple/result_templates/images.html b/searx/templates/simple/result_templates/images.html
index 31ee663c2..bd6cf4730 100644
--- a/searx/templates/simple/result_templates/images.html
+++ b/searx/templates/simple/result_templates/images.html
@@ -60,7 +60,7 @@
{{ _label(_("Filesize"), result.filesize) }}
{{ _label(_("Source"), result.source) }}
- {{ _label(_("Engine"), result.engine) }}
+ {{ _label(_("Engines"), ", ".join(result.engines)) }}
{{ _("View source") }}:{{- "" -}}
{{ result.url }}