summaryrefslogtreecommitdiffstats
path: root/core/fulltext.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/fulltext.cpp')
-rw-r--r--core/fulltext.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/fulltext.cpp b/core/fulltext.cpp
index 9dc6d826c..38afb0798 100644
--- a/core/fulltext.cpp
+++ b/core/fulltext.cpp
@@ -278,6 +278,7 @@ FullTextResult FullText::find(const FullTextQuery &q, StringFilterMode mode) con
FullTextQuery &FullTextQuery::operator=(const QString &s)
{
+ originalQuery = s;
words.clear();
tokenize(s, words);
return *this;