We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 514d446 + 8ac9421 commit 9ca8eb0Copy full SHA for 9ca8eb0
src/writer/xapianWorker.cpp
@@ -63,7 +63,7 @@ namespace zim
63
std::string fullPath = "C/" + m_path;
64
document.set_data(fullPath);
65
document.add_value(0, mp_indexData->getTitle());
66
- document.add_value(1, Formatter() << mp_indexData->getWordCount());
+ document.add_value(1, std::string{Formatter() << mp_indexData->getWordCount()});
67
68
auto geoInfo = mp_indexData->getGeoPosition();
69
if (std::get<0>(geoInfo)) {
0 commit comments