V0.9.26
This commit is contained in:
@@ -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='{word}'" for word in words if word]
|
||||
return " ".join(search_terms)
|
||||
|
||||
def _get_current_query_text(self):
|
||||
|
||||
Reference in New Issue
Block a user