adapt to rclconfig changes

This commit is contained in:
Jean-Francois Dockes 2011-03-02 19:51:01 +01:00
parent 25f6a75315
commit a2c8c547b3

View File

@ -331,7 +331,7 @@ bool RecollProtocol::doSearch(const QueryDesc& qd)
if (sd && clp)
sd->addClause(clp);
} else {
sd = wasaStringToRcl(qs, m_reason);
sd = wasaStringToRcl(o_rclconfig, qs, m_reason);
}
if (!sd) {
m_reason = "Internal Error: cant build search";