make multi-point geospatial work with $elemMatch

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Geo, Querying
    • Query Integration
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      For docs like:
      { locations : [

      { place : "beach", loc : [3, 4] }

      ,

      { place : "home" , loc : [4, 4] }

      ] }

      Allow something like : db.coll.find( locations : $elemMatch : { place : "beach", loc : { $within :

      { $center : [[1, 1], 3] }

      } } ) to work.

              Assignee:
              [DO NOT USE] Backlog - Query Integration
              Reporter:
              Greg Studer (Inactive)
              Votes:
              9 Vote for this issue
              Watchers:
              10 Start watching this issue

                Created:
                Updated: