From 53c48af2360f48bb06a8ac8c49f20de8b00ae568 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Mon, 17 Mar 2014 19:49:32 +0100 Subject: [PATCH] Add the Baloo::Term to the Baloo:Query in DolphinSearchBox::balooUrlForSearching(). REVIEW: 116837 FIXED-IN: 4.13.0 --- src/search/dolphinsearchbox.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/search/dolphinsearchbox.cpp b/src/search/dolphinsearchbox.cpp index c178c43c7c..c78ab78dc9 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