mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix the missing geo distance when one or both of the lat / lng are string
This commit is contained in:
parent
3c4c46377b
commit
eb292a7a62
2 changed files with 63 additions and 2 deletions
|
@ -150,7 +150,8 @@ async fn bug_4640() {
|
|||
"_geo": {
|
||||
"lat": "45.4777599",
|
||||
"lng": "9.1967508"
|
||||
}
|
||||
},
|
||||
"_geoDistance": 0
|
||||
},
|
||||
{
|
||||
"id": 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue