Switch to side-by-side view
--- a/src/rcldb/rclterms.cpp +++ b/src/rcldb/rclterms.cpp @@ -328,7 +328,7 @@ string prefix; if (!field.empty()) { const FieldTraits *ftp = 0; - if (!fieldToTraits(field, &ftp) || ftp->pfx.empty()) { + if (!fieldToTraits(field, &ftp, true) || ftp->pfx.empty()) { LOGDEB(("Db::termMatch: field is not indexed (no prefix): [%s]\n", field.c_str())); } else {