Add the Baloo::Term to the Baloo:Query in DolphinSearchBox::balooUrlForSearching(). REVIEW: 116837 FIXED-IN: 4.13.0

This commit is contained in:
Emmanuel Pescosta 2014-03-17 19:49:32 +01:00
parent dd18909eec
commit 53c48af236

View file

@ -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