diff --git a/pyproject.toml b/pyproject.toml index c16a5b5..94fccf3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ authors = [ description = "Bagheera Image Viewer - An image viewer for KDE with Baloo in mind" readme = "README.md" requires-python = ">=3.8" -#license = { text = "MIT License" } +license = { text = "MIT License" } classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", diff --git a/widgets.py b/widgets.py index 55d578c..72d9392 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='{word}'" for word in words if word] + search_terms = [f"tags=al ggra'{word}'" for word in words if word] return " ".join(search_terms) def _get_current_query_text(self):