2

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?

initlaunch
  • 467
  • 5
  • 15

1 Answers1

1
&Image.Filters=Style:Photo&Image.Filters=Size:Medium
Taryn
  • 242,637
  • 56
  • 362
  • 405
Dennis
  • 11
  • 1