Obviously it helps to add the search term even if it does
not contain special characters.

Change-Id: If32e3e0b8b64fde99a3247dd6eee29928995591f
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
This commit is contained in:
kh1
2012-03-16 16:10:21 +01:00
committed by Eike Ziller
parent 38fe616d85
commit 126d0af4d6

View File

@@ -174,8 +174,8 @@ void SearchWidget::search() const
if (word.contains(regExp)) {
foreach (const QString &charToEscape, charsToEscapeList)
word.replace(charToEscape, escapeChar + charToEscape);
escapedQuery.wordList.append(word);
}
escapedQuery.wordList.append(word);
}
escapedQueries.append(escapedQuery);
}