From 273ef47d63639e98461014806171214cae99b7e9 Mon Sep 17 00:00:00 2001 From: Bruvv Date: Sat, 1 Jan 2022 12:48:16 +0100 Subject: [PATCH] Changed results per page --- whoogle/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whoogle/config.json b/whoogle/config.json index ef882dc07..eb37ef778 100644 --- a/whoogle/config.json +++ b/whoogle/config.json @@ -57,6 +57,6 @@ "WHOOGLE_CONFIG_SEARCH_LANGUAGE": "str?", "WHOOGLE_CONFIG_BLOCK": "str?", "WHOOGLE_CONFIG_STYLE": "str?", - "WHOOGLE_RESULTS_PER_PAGE": "list(0|1)?" + "WHOOGLE_RESULTS_PER_PAGE": "int(5,100)?" } }