summaryrefslogtreecommitdiff
path: root/src/assistant/help/qhelpsearchengine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/help/qhelpsearchengine.cpp')
-rw-r--r--src/assistant/help/qhelpsearchengine.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/assistant/help/qhelpsearchengine.cpp b/src/assistant/help/qhelpsearchengine.cpp
index 3ee9904e2..af7247cc3 100644
--- a/src/assistant/help/qhelpsearchengine.cpp
+++ b/src/assistant/help/qhelpsearchengine.cpp
@@ -231,7 +231,8 @@ private:
m_searchInput = searchInput;
indexReader->cancelSearching();
- indexReader->search(helpEngine->collectionFile(), indexFilesFolder(), searchInput);
+ indexReader->search(helpEngine->collectionFile(), indexFilesFolder(),
+ searchInput, helpEngine->usesFilterEngine());
}
void cancelSearching()