Does Bing News Search API v7 support advanced operators? -




based on bing news api v7 documentation support advanced operators.

for example searching for:

"dan bilzerian" , (women or money or "something wrong")

returns lots of results in google news nothing in bing news. whereas

"dan bilzerian" , (women or money)

return results in both same thing google news.

could suggest?

results returned based on relevance.

your use of or makes "dan bilzerian" , "something wrong" least relevant source of results. dropping condition results in same using first 2 or conditions.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -

python - Read npy file directly from S3 StreamingBody -