The query "moscow is a beautiful city" does not return any results containing the exact search phrase (compare to Google's response). Is it a bug in Bing and are there any workarounds?
|
|
This is what I do: The only way that the Bing API returns the same results for an exact phrase is to put another double quotes in the query (in REST invokes it seems that is not needed to escape the quotes). I tried first this URL:
The results were diferent. Next I tried this other:
With the second one the results were the same as that in the Bing web search with "google api news" phrase. |
|||||
|
|
The problem is in the See the Bing API 2.0 documentation:
Compare two results for the same query using different |
|||
|
|
|
Quotations do search by exact phrase. See the Bing documentation Search effectively that states:
Check that you don't have unusual settings or filters in your Bing settings. |
|||||||||
|