From 04388fcf3cb30626ad117cb8833be4ac6615a966 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 29 Nov 2021 16:25:00 -0700 Subject: Use format str for search engine queries Although the current list of queries is only 2 elements ("time" and "weather"), this allows searches for Whoogle and Searx to be slightly more random, and potentially avoid any issues with their parent engine rate limiting them. --- services.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'services.json') diff --git a/services.json b/services.json index 8ee082c..55abae0 100644 --- a/services.json +++ b/services.json @@ -114,7 +114,7 @@ }, { "type": "whoogle", - "test_url": "/search?q=github", + "test_url": "/search?q=<%=query%>", "fallback": "https://search.garudalinux.org", "instances": [ "https://search.albony.xyz", @@ -131,7 +131,7 @@ }, { "type": "searx", - "test_url": "/search?q=github", + "test_url": "/search?q=<%=query%>", "fallback": "https://searx.be", "instances": [ "https://anon.sx", -- cgit v1.2.3