Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-690

geo bounding box query

    • Type: Icon: Improvement Improvement
    • Resolution: Done
    • Priority: Icon: Major - P3 Major - P3
    • 1.3.4
    • Affects Version/s: None
    • Component/s: Querying
    • Labels:
      None

      db.foo.find( { loc : { $within :

      { $box : [ [ 1 , 2 ] , [ 4 , 5] ] }

      } } )
      db.foo.find( { loc : { $within :

      { $center : [ [ 1 , 2 ] , 6 ] }

      } } )

            Assignee:
            eliot Eliot Horowitz (Inactive)
            Reporter:
            eliot Eliot Horowitz (Inactive)
            Votes:
            14 Vote for this issue
            Watchers:
            12 Start watching this issue

              Created:
              Updated:
              Resolved: