Add search options (for EnableHighlighting, DisableLocation..)
This commit is contained in:
parent
2d399e4d4f
commit
e2c9b5cf57
3 changed files with 4 additions and 1 deletions
|
@ -41,7 +41,8 @@ describe("Bing Web", function () {
|
|||
{
|
||||
top: 5,
|
||||
market: 'en-US',
|
||||
adult: 'Strict'
|
||||
adult: 'Strict',
|
||||
options: ['DisableLocationDetection', 'EnableHighlighting']
|
||||
},
|
||||
function (err, res, body) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue