diff options
Diffstat (limited to 'bridges/GithubSearchBridge.php')
-rw-r--r-- | bridges/GithubSearchBridge.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bridges/GithubSearchBridge.php b/bridges/GithubSearchBridge.php index 2af3ae6a..fdabfc94 100644 --- a/bridges/GithubSearchBridge.php +++ b/bridges/GithubSearchBridge.php @@ -9,6 +9,8 @@ class GithubSearchBridge extends BridgeAbstract { const PARAMETERS = array( array( 's' => array( 'type' => 'text', + 'required' => true, + 'exampleValue' => 'rss-bridge', 'name' => 'Search query' ) )); |