찾다

 >  Q&A  >  본문

如何mongoDB以数组中某元素的值的范围为条件查询?

{
  "address": {
     "building": "1007",
     "coord": [ -73.856077, 40.848447 ],
     "street": "Morris Park Ave",
     "zipcode": "10462"
  },
  "borough": "Bronx",
  "cuisine": "Bakery",
  "grades": [
     { "date": { "$date": 1393804800000 }, "grade": "A", "score": 2 },
     { "date": { "$date": 1378857600000 }, "grade": "A", "score": 6 },
     { "date": { "$date": 1358985600000 }, "grade": "A", "score": 10 },
     { "date": { "$date": 1322006400000 }, "grade": "A", "score": 9 },
     { "date": { "$date": 1299715200000 }, "grade": "B", "score": 14 }
  ],
  "name": "Morris Park Bake Shop",
  "restaurant_id": "30075445"
}

如何查询符合coord中纬度小于-95.754168的数据

漂亮男人漂亮男人2757일 전735

모든 응답(1)나는 대답할 것이다

  • 世界只因有你

    世界只因有你2017-05-02 09:25:28

    이렇게 작성하면 배열의 첨자는 0부터 시작합니다. 첫 번째 값이 위도를 나타내는 경우

    으아악

    회신하다
    0
  • 취소회신하다