aboutsummaryrefslogtreecommitdiff
path: root/bridges/GithubSearchBridge.php
diff options
context:
space:
mode:
Diffstat (limited to 'bridges/GithubSearchBridge.php')
-rw-r--r--bridges/GithubSearchBridge.php2
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'
)
));