sometimes inserted garbage in term->uterm map
This commit is contained in:
parent
89377f22a6
commit
9a775bc1a2
@ -621,7 +621,7 @@ bool SearchDataClauseSimple::expandTerm(Rcl::Db &db,
|
|||||||
|
|
||||||
if (noexpansion) {
|
if (noexpansion) {
|
||||||
oexp.push_back(prefix + term);
|
oexp.push_back(prefix + term);
|
||||||
m_hldata.terms[term] = m_hldata.uterms.size() - 1;
|
m_hldata.terms[term] = term;
|
||||||
LOGDEB(("ExpandTerm: noexpansion: final: %s\n", stringsToString(oexp).c_str()));
|
LOGDEB(("ExpandTerm: noexpansion: final: %s\n", stringsToString(oexp).c_str()));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user