┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2014-03-17 19:49:32 +0100
committerEmmanuel Pescosta <[email protected]>2014-03-17 19:49:32 +0100
commit53c48af2360f48bb06a8ac8c49f20de8b00ae568 (patch)
treeb4aa15d19888b882f25f245bde79679b8b7fd102 /src/search/dolphinsearchbox.cpp
parentdd18909eecce59ae23b1e921b96937fd547c9558 (diff)
Add the Baloo::Term to the Baloo:Query in DolphinSearchBox::balooUrlForSearching(). REVIEW: 116837 FIXED-IN: 4.13.0
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-rw-r--r--src/search/dolphinsearchbox.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp
index c178c43c7..c78ab78dc 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -455,6 +455,8 @@ KUrl DolphinSearchBox::balooUrlForSearching() const
query.addCustomOption("includeFolder", m_searchPath.toLocalFile());
}
+ query.setTerm(term);
+
return query.toSearchUrl(i18nc("@title UDS_DISPLAY_NAME for a KIO directory listing. %1 is the query the user entered.",
"Query Results from '%1'", text));
#else