fix logic

This commit is contained in:
nnethercott 2025-05-26 18:20:55 +02:00
parent 6738a4f6ee
commit 18aed75d3b
2 changed files with 31 additions and 31 deletions

View file

@ -2039,14 +2039,6 @@ async fn update_documents_with_geo_field() {
@r###"
{
"hits": [
{
"id": "4",
"_geo": {
"lat": "4",
"lng": "0"
},
"_geoDistance": 667170
},
{
"id": "3",
"_geo": {
@ -2056,6 +2048,14 @@ async fn update_documents_with_geo_field() {
"doggo": "kefir",
"_geoDistance": 555975
},
{
"id": "4",
"_geo": {
"lat": "4",
"lng": "0"
},
"_geoDistance": 667170
},
{
"id": "1"
},