Switch to unified view

a/src/rcldb/searchdata.cpp b/src/rcldb/searchdata.cpp
...
...
107
107
108
static const char *maxXapClauseMsg = 
108
static const char *maxXapClauseMsg = 
109
    "Maximum Xapian query size exceeded. Increase maxXapianClauses "
109
    "Maximum Xapian query size exceeded. Increase maxXapianClauses "
110
    "in the configuration. ";
110
    "in the configuration. ";
111
static const char *maxXapClauseCaseDiacMsg = 
111
static const char *maxXapClauseCaseDiacMsg = 
112
    "Or try to use case (C) or diacritics (D) sensitivity qualifiers."
112
    "Or try to use case (C) or diacritics (D) sensitivity qualifiers, or less "
113
    "wildcards ?"
113
    ;
114
    ;
114
115
115
bool SearchData::clausesToQuery(Rcl::Db &db, SClType tp, 
116
bool SearchData::clausesToQuery(Rcl::Db &db, SClType tp, 
116
                vector<SearchDataClause*>& query, 
117
                vector<SearchDataClause*>& query, 
117
                string& reason, void *d)
118
                string& reason, void *d)