]> cloud.milkyroute.net Git - dolphin.git/commit
[dolphin/search] Search by (multiple) tags
authorIsmael Asensio <isma.af@gmail.com>
Sun, 15 Dec 2019 16:18:18 +0000 (17:18 +0100)
committerIsmael Asensio <isma.af@gmail.com>
Sun, 15 Dec 2019 16:28:38 +0000 (17:28 +0100)
commit8e80c1d6dc1ede9b0a44ea1bd949487280c17064
tree5d1008fdb62741e49a1b1daeda0d078ffa72bf92
parentf6229562088487a7694c644be14d77f21d21c762
[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).

FEATURE: 412564
CCBUG: 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
src/search/dolphinfacetswidget.cpp
src/search/dolphinfacetswidget.h
src/search/dolphinquery.cpp
src/tests/dolphinquerytest.cpp