Skip to content

Commit

Permalink
Fix street name in Belarusian address query
Browse files Browse the repository at this point in the history
I don't understand any Cryillic, but it looks like this test has not had
a streetname that matches the name in OSM for a while.

This appears to be the expected record:
https://www.openstreetmap.org/way/431615462
  • Loading branch information
orangejulius committed Jan 21, 2025
1 parent 05b0cc1 commit 6a36406
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test_cases/search_alphanumeric_housenumber.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@
"id": 3,
"status": "pass",
"in": {
"text": "15А Комсомольская улица minsk belarus"
"text": "15А Камсамольская вуліца minsk belarus"
},
"description": "Belarusian address written the localized way. Note the Cyrillic character in the query and expected result",
"issue": "https://github.com/pelias/pelias/issues/833",
"expected": {
"properties": [
{
"housenumber": "15А",
"street": "Комсомольская улица",
"street": "Камсамольская вуліца",
"region": "Minsk",
"country_a": "BLR"
}
Expand All @@ -109,15 +109,15 @@
"id": "3.1",
"status": "pass",
"in": {
"text": "Комсомольская улица 15А minsk belarus"
"text": "Камсамольская вуліца 15А minsk belarus"
},
"description": "Belarusian address written the 'American' way. Note the Cyrillic character in the query and expected result",
"issue": "https://github.com/pelias/pelias/issues/833",
"expected": {
"properties": [
{
"housenumber": "15А",
"street": "Комсомольская улица",
"street": "Камсамольская вуліца",
"region": "Minsk",
"country_a": "BLR"
}
Expand Down

0 comments on commit 6a36406

Please sign in to comment.