Switch to side-by-side view
--- a/src/rcldb/searchdatatox.cpp +++ b/src/rcldb/searchdatatox.cpp @@ -250,7 +250,7 @@ } // Add the autophrase if any - if (m_autophrase.isNotNull()) { + if (m_autophrase) { Xapian::Query apq; if (m_autophrase->toNativeQuery(db, &apq)) { xq = xq.empty() ? apq :