Re: Search string with more than one word

Search string with more than one word

Not Answered This question is not answered

Hi, 

I have some problems in using the BING API when I'm using more than one word in the query.

I have tried with and without escaping or replacing the space between the words, but the results coming back from the API are totally different as they are in a manual BING search. Using one word the results are (nearly) 100% the same.

This are the requests I'm sending to BING:

(First try: replacing the space between "Mobile" and "Praxis"  with a "+")

http://api.search.live.net/json.aspx?AppId=F94D5B65D8C7CAF99BEB85C95D19F5EA0A6AB878&Query=Mobile+Praxis&Sources=Web&Version=2.2&Market=de-de&Options=EnableHighlighting&Web.Count=49&Web.Offset=0&JsonType=callback&JsonCallback=?

 

(Second try: replacing the space between "Mobile" and "Praxis"  with a "%20")

http://api.search.live.net/json.aspx?AppId=F94D5B65D8C7CAF99BEB85C95D19F5EA0A6AB878&Query=Mobile%20Praxis&Sources=Web&Version=2.2&Market=de-de&Options=EnableHighlighting&Web.Count=49&Web.Offset=0&JsonType=callback&JsonCallback=?

 

Does anyone have some trouble shooting hints for me?

Thanks

Mischel

All Replies
Page 1 of 1 (4 items)