microsoft cognitive - Bing Web Search shows results only for my domain -


using bing web search api, need filter results domain, example query:

https://api.cognitive.microsoft.com/bing/v7.0/search?q=site:mysite.com+myquery 

but in results received not mysite.com results sites wikipedia , others. how can search result domain? bing custom search not work me because have more 10k transactions

your website not known or indexed bing. since use bing search api, not custom indexing service or search across sitemap. actual bing website need able find site. since doesn't, triggers default behavior of returning relevant possible results.

this behavior valid urls such following:

https://api.cognitive.microsoft.com/bing/v7.0/search?q=microsoft+site:notanindexedwebsite.com

formatting wise, there multiple options, seen here. none of problem in case.


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -