Displaying 1 result from an estimated 1 matches for "pretty_term".
Did you mean:
pretty_tery
2007 Dec 28
1
Build Error in trunk (omega)
...@ -201,7 +201,7 @@
for (Xapian::ESetIterator i = eset.begin(); i !=
eset.end(); i++) {
if ((*i).empty()) continue;
if (!query_string.empty()) query_string += ' ';
- query_string += pretty_tery(*i);
+ query_string += pretty_term(*i);
}
}
}
Cheers,
Rick