Minor
This commit is contained in:
parent
ec8ac07ffc
commit
065181cf95
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ Accepted filter values:
|
||||||
#### Related Search:
|
#### Related Search:
|
||||||
```js
|
```js
|
||||||
Bing.relatedSearch('berlin', {market: 'en-US'}, function (err, res, body) {
|
Bing.relatedSearch('berlin', {market: 'en-US'}, function (err, res, body) {
|
||||||
var suggestions = body.d.results.map(function(r){ return r.Title});
|
var suggestions = body.d.results.map(function(r){ return r.Title; });
|
||||||
console.log(suggestions.join('\n'));
|
console.log(suggestions.join('\n'));
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue