diff transform/TransformFactory.h @ 1842:19fa7bf208d8

Ensure search results that match the whole "phrase" get higher scores than any others
author Chris Cannam
date Fri, 17 Apr 2020 17:45:15 +0100
parents 627a7d7ada45
children 6f626cfdba51
line wrap: on
line diff
--- a/transform/TransformFactory.h	Tue Apr 14 10:12:07 2020 +0100
+++ b/transform/TransformFactory.h	Fri Apr 17 17:45:15 2020 +0100
@@ -226,6 +226,8 @@
     bool m_exiting;
     bool m_populatingSlowly;
 
+    SearchResults searchUnadjusted(QStringList keywords);
+
     static TransformFactory *m_instance;
 };