From 6a36406ec7c65acf3ca126863aa05f23e6e50de9 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 21 Jan 2025 17:23:19 -0500 Subject: [PATCH] Fix street name in Belarusian address query 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 --- test_cases/search_alphanumeric_housenumber.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test_cases/search_alphanumeric_housenumber.json b/test_cases/search_alphanumeric_housenumber.json index 04e877e..63c58f8 100644 --- a/test_cases/search_alphanumeric_housenumber.json +++ b/test_cases/search_alphanumeric_housenumber.json @@ -90,7 +90,7 @@ "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", @@ -98,7 +98,7 @@ "properties": [ { "housenumber": "15А", - "street": "Комсомольская улица", + "street": "Камсамольская вуліца", "region": "Minsk", "country_a": "BLR" } @@ -109,7 +109,7 @@ "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", @@ -117,7 +117,7 @@ "properties": [ { "housenumber": "15А", - "street": "Комсомольская улица", + "street": "Камсамольская вуліца", "region": "Minsk", "country_a": "BLR" }