Summary: | Group tags for efficacious searches | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | Recesvintvs <colaboracs> |
Component: | search | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | colaboracs, kfm-devel, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/8e80c1d6dc1ede9b0a44ea1bd949487280c17064 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: |
Description
Recesvintvs
2019-10-03 15:41:18 UTC
Git commit 8e80c1d6dc1ede9b0a44ea1bd949487280c17064 by Ismael Asensio. Committed on 15/12/2019 at 16:28. Pushed by iasensio into branch 'master'. [dolphin/search] Search by (multiple) tags Summary: Adds a tag selector in the extended filters of the search box. Selected tag or tags are added to the search query along with the other filters (type, date, rating). Related: bug 356062 Test Plan: - Menu shows the user tags - Picking any tag/s filters the search to that specific tag/s {F7727909} Reviewers: elvisangelaccio, ngraham, #dolphin, #vdg Reviewed By: elvisangelaccio, ngraham, #dolphin, #vdg Subscribers: kfm-devel Tags: #dolphin Maniphest Tasks: T9094 Differential Revision: https://phabricator.kde.org/D25130 M +112 -4 src/search/dolphinfacetswidget.cpp M +14 -0 src/search/dolphinfacetswidget.h M +2 -1 src/search/dolphinquery.cpp M +27 -4 src/tests/dolphinquerytest.cpp https://commits.kde.org/dolphin/8e80c1d6dc1ede9b0a44ea1bd949487280c17064 |