mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
+ introduction of estimatedResultCount in template
This commit is contained in:
@ -135,6 +135,7 @@ namespace kiwix {
|
||||
this->resultOffset = this->results.begin();
|
||||
|
||||
oData["results"] = resultsCDT;
|
||||
oData["count"] = this->estimatedResultCount;
|
||||
|
||||
STLW::string sResult;
|
||||
StringOutputCollector oDataCollector(sResult);
|
||||
|
Reference in New Issue
Block a user