Skip to content

Commit 87450e0

Browse files
committed
Separate excluded types...
1 parent 1b8751d commit 87450e0

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
@@ -76,7 +76,7 @@ The following shows the response to the previous query. As you can see Bing didn
7676
}
7777
```
7878

79-
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. Separate types with a comma:
79+
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. Separate excluded types with a comma:
8080

8181
```
8282
&responseFilter=-images,-videos

0 commit comments

Comments
 (0)