┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/dolphinsearchbox.cpp
diff options
context:
space:
mode:
authorVishesh Handa <[email protected]>2014-03-19 15:44:35 +0100
committerVishesh Handa <[email protected]>2014-03-19 16:17:06 +0100
commit466868efa81ea7597f96d06ff1e2015f4ff8169a (patch)
tree4e9730878437b81fe65d361502bfed3a6f925894 /src/search/dolphinsearchbox.cpp
parent53c48af2360f48bb06a8ac8c49f20de8b00ae568 (diff)
Dolphin Facet Widgets: Implement date based filtering
This required changes in Baloo which require reindexing. Since the storage location has changed for Beta 3 everyone should be re-indexing everything, so it won't be a problem.
Diffstat (limited to 'src/search/dolphinsearchbox.cpp')
-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 c78ab78dc..e6b738a93 100644
--- a/src/search/dolphinsearchbox.cpp
+++ b/src/search/dolphinsearchbox.cpp
@@ -448,7 +448,7 @@ KUrl DolphinSearchBox::balooUrlForSearching() const
if (m_contentButton->isChecked()) {
query.setSearchString(text);
} else {
- term.addSubTerm(Baloo::Term("filename", text));
+ term.addSubTerm(Baloo::Term(QLatin1String("filename"), text));
}
if (m_fromHereButton->isChecked()) {