diff --git a/src/common/kiwix/searcher.cpp b/src/common/kiwix/searcher.cpp index 8e2912492..2d95a8ac5 100644 --- a/src/common/kiwix/searcher.cpp +++ b/src/common/kiwix/searcher.cpp @@ -211,7 +211,7 @@ namespace kiwix { oData["count"] = this->beautifyInteger(this->estimatedResultCount); oData["searchPattern"] = this->searchPattern; - oData["resultStart"] = this->resultStart; + oData["resultStart"] = this->resultStart + 1; oData["resultEnd"] = (this->resultEnd > this->estimatedResultCount ? this->estimatedResultCount : this->resultEnd); oData["protocolPrefix"] = this->protocolPrefix; oData["searchProtocolPrefix"] = this->searchProtocolPrefix;