Compare commits

...

1 Commits

Author SHA1 Message Date
Ignacio Serantes
f3bc2f1e0a v0.9.26 2026-05-07 22:38:49 +02:00

View File

@@ -414,7 +414,7 @@ class TagEditWidget(QWidget):
if not full_path: if not full_path:
return "" return ""
words = full_path.replace('/', ' ').split() 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) return " ".join(search_terms)
def _get_current_query_text(self): def _get_current_query_text(self):