Skip to content

Commit cf2a143

Browse files
committed
Change responseFilter-images -> responseFilter=-images
1 parent 04d544a commit cf2a143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cognitive-services/Bing-Web-Search/filter-answers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The following shows the response to the previous query. As you can see Bing didn
7979
If you want to exclude specific types of content, such as images, from the response, you can exclude them with the hyphen (minus) prefix to the responseFilter value:
8080

8181
```
82-
&responseFilter-images
82+
&responseFilter=-images,-videos
8383
```
8484

8585
Although Bing did not return video and news results in the previous response, it does not mean that video and news content does not exist. It simply means that the page didn't include them. However, if you [page](./paging-webpages.md) through more results, the subsequent pages would likely include them. Also, if you call the [Video Search API](../bing-video-search/search-the-web.md) and [News Search API](../bing-news-search/search-the-web.md) endpoints directly, the response would likely contain results.

0 commit comments

Comments
 (0)