diff options
Diffstat (limited to 'bridges/IvooxBridge.php')
-rw-r--r-- | bridges/IvooxBridge.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bridges/IvooxBridge.php b/bridges/IvooxBridge.php index 8d632c14..d48be598 100644 --- a/bridges/IvooxBridge.php +++ b/bridges/IvooxBridge.php @@ -14,7 +14,8 @@ class IvooxBridge extends BridgeAbstract { 'Search result' => array( 's' => array( 'name' => 'keyword', - 'exampleValue' => 'test' + 'required' => true, + 'exampleValue' => 'car' ) ) ); |