From f3bc2f1e0ac4aac1ab7b0809baaad3a5e3460622 Mon Sep 17 00:00:00 2001 From: Ignacio Serantes Date: Thu, 7 May 2026 22:38:49 +0200 Subject: [PATCH] v0.9.26 --- widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets.py b/widgets.py index 72d9392..55d578c 100644 --- a/widgets.py +++ b/widgets.py @@ -414,7 +414,7 @@ class TagEditWidget(QWidget): if not full_path: return "" words = full_path.replace('/', ' ').split() - search_terms = [f"tags=al ggra'{word}'" for word in words if word] + search_terms = [f"tags='{word}'" for word in words if word] return " ".join(search_terms) def _get_current_query_text(self):