From: Emmanuel Pescosta Date: Mon, 17 Mar 2014 18:49:32 +0000 (+0100) Subject: Add the Baloo::Term to the Baloo:Query in DolphinSearchBox::balooUrlForSearching... X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/53c48af2360f48bb06a8ac8c49f20de8b00ae568 Add the Baloo::Term to the Baloo:Query in DolphinSearchBox::balooUrlForSearching(). REVIEW: 116837 FIXED-IN: 4.13.0 --- 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