words;
- // Walk the clause list. If we find any non simple clause or different
- // field names, bail out.
+ // Walk the clause list. If this is not an AND list, we find any
+ // non simple clause or different field names, bail out.
for (qlist_it_t it = m_query.begin(); it != m_query.end(); it++) {
SClType tp = (*it)->m_tp;
- if (tp != SCLT_AND && tp != SCLT_OR) {
+ if (tp != SCLT_AND) {
LOGDEB2(("SearchData::maybeAddAutoPhrase: wrong tp %d\n", tp));
return false;
}
diff --git a/website/download.html b/website/download.html
index 027ddc75..b1b5b090 100644
--- a/website/download.html
+++ b/website/download.html
@@ -121,10 +121,10 @@ subdirectory, because of all the places they're referred from
recoll-1.20.6.tar.gz.
-Release 1.21.0
+Release 1.21.1
Not the right choice if you are after complete stability:
-recoll-1.21.0.tar.gz. See what's
+recoll-1.21.1.tar.gz. See what's
new in the release notes.