mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix logic
This commit is contained in:
parent
6738a4f6ee
commit
18aed75d3b
2 changed files with 31 additions and 31 deletions
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue