Questions tagged [bing-custom-search]

10 questions
3
votes
0 answers

Bing Custom Search - how are result MetaTags formatted?

Given the following meta tag in a web page Using Bing Custom Search API to get this result, in Page.searchTags, it appears as "searchTags": [{ "name": "search.date", "content":…
guillaume31
  • 13,738
  • 1
  • 32
  • 51
1
vote
0 answers

Filter Bing Custom search results based on Date

I am trying to sort the search results returned from Bing Custom Search based on the Date published. I checked the documentation and found a query parameter called "freshness" for Bing Web search from here:…
Geethu Suresh
  • 140
  • 1
  • 11
0
votes
0 answers

Bing Custom Search API Not Detecting Keywords on Provided URLs

I am currently working with the Bing Custom Search Engine API to search for specific keywords within provided URLs. However, I am facing an issue where the API is unable to detect the keywords on the given URLs, even though I can personally verify…
0
votes
2 answers

Bing custom search get the next 10 results ASP.NET C#

I was able to connect and setup Bing custom search. My question is how to get the following 10 results? And is it possible to get more than 10 results in one request? var subscriptionKey = "My Key"; var customConfigId = "My ID"; var…
Dany Maor
  • 2,391
  • 2
  • 18
  • 26
0
votes
1 answer

Regarding Bing Custom Search

Since I wanted an application that would act more like a search engine, I have used custom search.ai. However, in the production environment, I see queries and subscription keys, I have to enter. I wish to obtain these codes, so could you please…
0
votes
1 answer

Why does Bing (and Bing Custom Search) return no results for certain Wikipedia pages?

I am trying to use Bing Custom Search over certain Wikipedia pages. However, I am finding that there are many pages that don't return any results in Bing Custom Search (or on Bing Search). For example, you can search Bing for…
OrionTheHunter
  • 276
  • 1
  • 7
0
votes
1 answer

Bing custom search - Unable to pin multiple related articles

I'm working on POC for the Bing custom search. The requirement is to rank articles in a particular order. For ex: Let's say when I search for 'Foo', It might then return the articles list/ result as: Foo1 Foo2 Foo3 Foo4 Foo5 Foo6 However I might…
Dev
  • 1,451
  • 20
  • 30
0
votes
1 answer

Can I initiative a re-crawl / re-index of my Bing Custom Search site?

I am trying to get Bing to re-crawl / re-index our site after we have added some new "search." meta tags and need those to show up in our Bing Custom Search results. I have tried using the Bing Webmaster Tools and Submit URLs under Configure My…
0
votes
1 answer

Bing Custom Search - sort/order by file modification date

I have been asked by a client to see if Bing Custom Search can order results containing links to PDFs by file modification date. I know results can be ordered by the date the content was indexed (or re-indexed), but they are concerned with the…
ZGuard
  • 152
  • 1
  • 10
0
votes
1 answer

Can I get Bing custom search results utilizing only blocked pages?

In my Bing custom search engine, I have an empty active list, and I have a few sites on my blocked list. I want to see ALL web results minus my blocked list, but I'm getting zero results this way. Is there a way I can do this? EDIT: RESOLVED. SEE…
Nikki Luzader
  • 111
  • 11