I am forming a JSON request to pull images from the Bing API for a given query. I want to get both medium and large images (exclude small). I tried using:

Image.Filters=Style:Photo+Size:Medium

But this seems to be "and"ing them, as I get no results. Having only one of them works fine.

How do I "or" them?

link|improve this question

feedback

1 Answer

&Image.Filters=Style:Photo&Image.Filters=Size:Medium
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.