Can bing web search handle structured data filtering?

pri 1 Reputation point
2022-03-30T18:13:03.703+00:00

I'd like to be able to filter or restrict results based on schema.org types, e.g. Recipe. Is this supported?

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
994 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Grmacjon-MSFT 17,886 Reputation points
    2022-04-02T06:51:04.407+00:00

    Hi @pri ,

    yes, you can filter the types of answers that Bing includes in the response (for example images, videos, and news) by using the responseFilter query parameter, which is a comma-delimited list of answers. An answer will be included in the response if Bing finds relevant content for it.

    To exclude specific answers from the response such as images, prepend a - character to the answer type. For example:

    &responseFilter=-images,-videos  
    

    please read this doc for more information: https://learn.microsoft.com/en-us/azure/cognitive-services/bing-web-search/filter-answers

    hope that helps. let us know if you have further questions

    Best,
    Grace

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.