mirror of https://github.com/kiwix/libkiwix.git
+ introduction of estimatedResultCount in template
This commit is contained in:
parent
8878f4e8f3
commit
3f2f79d40f
|
@ -135,6 +135,7 @@ namespace kiwix {
|
|||
this->resultOffset = this->results.begin();
|
||||
|
||||
oData["results"] = resultsCDT;
|
||||
oData["count"] = this->estimatedResultCount;
|
||||
|
||||
STLW::string sResult;
|
||||
StringOutputCollector oDataCollector(sResult);
|
||||
|
|
Loading…
Reference in New Issue