comparison 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
comparison
equal deleted inserted replaced
1841:627a7d7ada45 1842:19fa7bf208d8
224 224
225 UninstalledTransformsPopulateThread *m_thread; 225 UninstalledTransformsPopulateThread *m_thread;
226 bool m_exiting; 226 bool m_exiting;
227 bool m_populatingSlowly; 227 bool m_populatingSlowly;
228 228
229 SearchResults searchUnadjusted(QStringList keywords);
230
229 static TransformFactory *m_instance; 231 static TransformFactory *m_instance;
230 }; 232 };
231 233
232 234
233 #endif 235 #endif