┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2011-01-20 16:55:53 +0000
committerPeter Penz <[email protected]>2011-01-20 16:55:53 +0000
commitc9f913255502d034a8c380c07781c747e5333c59 (patch)
tree7b54b0a2147312b26d07687044e051bc549784b0 /src
parent57af78b411ef919a4956c06d4da90ec272558fa3 (diff)
Stay consistent with the non-indexed searching and also return folders as search-result when searching in indexed folders.
CCBUG: 263724 svn path=/trunk/KDE/kdebase/apps/; revision=1215987
Diffstat (limited to 'src')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index f270c41ff..af0f12389 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -375,7 +375,7 @@ KUrl DolphinSearchBox::nepomukUrlForSearching() const
}
Nepomuk::Query::FileQuery fileQuery;
- fileQuery.setFileMode(Nepomuk::Query::FileQuery::QueryFiles);
+ fileQuery.setFileMode(Nepomuk::Query::FileQuery::QueryFilesAndFolders);
fileQuery.setTerm(andTerm);
if (m_fromHereButton->isChecked()) {
const bool recursive = true;