mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-10 15:50:15 -04:00
+ 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();
|
this->resultOffset = this->results.begin();
|
||||||
|
|
||||||
oData["results"] = resultsCDT;
|
oData["results"] = resultsCDT;
|
||||||
|
oData["count"] = this->estimatedResultCount;
|
||||||
|
|
||||||
STLW::string sResult;
|
STLW::string sResult;
|
||||||
StringOutputCollector oDataCollector(sResult);
|
StringOutputCollector oDataCollector(sResult);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user