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