diff options
| author | reger <reger18@arcor.de> | 2015-11-13 20:10:47 +0100 |
|---|---|---|
| committer | reger <reger18@arcor.de> | 2015-11-13 20:10:47 +0100 |
| commit | b4dbff6a6ae692453a546dea3edc5377220f2c35 (patch) | |
| tree | e07f668ff2873ae5ef06b4073ff18c6f03842b88 /htroot/yacysearch.json | |
| parent | 52a9040ae6e14a247942716ab3b728231cdf3362 (diff) | |
fix yacysearch.json "totalResults"
element "totalResults" is included twice (at begin & end),
only the element after performing the search holds number > 0
see http://mantis.tokeek.de/view.php?id=608
Diffstat (limited to 'htroot/yacysearch.json')
| -rw-r--r-- | htroot/yacysearch.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/htroot/yacysearch.json b/htroot/yacysearch.json index 52653f01a..a11bcbee0 100644 --- a/htroot/yacysearch.json +++ b/htroot/yacysearch.json @@ -9,7 +9,6 @@ "title": "Search for #[rss_query]#", "link": "#[searchBaseURL]#?query=#[rss_queryenc]#&resource=#[resource]#&contentdom=#[contentdom]#" }, - "totalResults": "#[num-results_totalcount]#", "startIndex": "#[num-results_offset]#", "itemsPerPage": "#[num-results_itemsPerPage]#", "searchTerms": "#[rss_queryenc]#", |
