From cd088776a8c83dc70c795e75166f5a678726c09c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20Mazi=C3=A8re?= Date: Sun, 21 Aug 2016 17:03:14 +0200 Subject: [PATCH] [DuckDuckGoBridge] fix keyword required status MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pierre Mazière --- bridges/DuckDuckGoBridge.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bridges/DuckDuckGoBridge.php b/bridges/DuckDuckGoBridge.php index 5a6e0e14..ae6459d2 100644 --- a/bridges/DuckDuckGoBridge.php +++ b/bridges/DuckDuckGoBridge.php @@ -12,7 +12,8 @@ class DuckDuckGoBridge extends BridgeAbstract{ '[ { "name" : "keyword", - "identifier" : "u" + "identifier" : "u", + "required":true } ]'; }