olivere / elastic

Deprecated: Use the official Elasticsearch client for Go at https://github.com/elastic/go-elasticsearch
https://olivere.github.io/elastic/
MIT License
7.39k stars 1.15k forks source link

Fixed search_queries_geo_bounding_box problem #1675

Open soymuchacho opened 1 year ago

soymuchacho commented 1 year ago

Fixed the problem that the longitude and latitude were wrongly transmitted when using the bottom left parameter when querying the geo box. The bottom left parameter array should be longitude first, then latitude.