How would I specify a filter that covered a rectangular viewport? I have 4 coordinate points for the corners and I want to return everything inside that area. My first naive attempt was this: q=*:*&fq=coords:[44.119141,-125.948638 TO 47.931066,-111.029205]
At first this seems to work OK, except where the viewport crosses over a point where the longitude goes from a positive value to a negative value. Thanks Zac