This commit is contained in:
Ignacio Serantes
2026-05-07 21:44:19 +02:00
parent 0d3d5ffa11
commit dffc414182
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ authors = [
description = "Bagheera Image Viewer - An image viewer for KDE with Baloo in mind" description = "Bagheera Image Viewer - An image viewer for KDE with Baloo in mind"
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
#license = { text = "MIT License" } license = { text = "MIT License" }
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License", "License :: OSI Approved :: MIT License",

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='{word}'" for word in words if word] search_terms = [f"tags=al ggra'{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):