+ introduction of estimatedResultCount in template

This commit is contained in:
kelson42 2011-03-18 15:13:57 +00:00
parent 8878f4e8f3
commit 3f2f79d40f
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ namespace kiwix {
this->resultOffset = this->results.begin();
oData["results"] = resultsCDT;
oData["count"] = this->estimatedResultCount;
STLW::string sResult;
StringOutputCollector oDataCollector(sResult);