From b4dbff6a6ae692453a546dea3edc5377220f2c35 Mon Sep 17 00:00:00 2001 From: reger Date: Fri, 13 Nov 2015 20:10:47 +0100 Subject: [PATCH] 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 --- htroot/yacysearch.json | 1 - 1 file changed, 1 deletion(-) 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]#",