From 5261256723e23e07465f8b72999b9e92c79bd8b4 Mon Sep 17 00:00:00 2001 From: Julian Simioni Date: Tue, 21 Jan 2025 17:29:31 -0500 Subject: [PATCH] Add another alphanumeric housenumber test https://github.com/pelias/pelias/issues/810 --- .../search_alphanumeric_housenumber.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/test_cases/search_alphanumeric_housenumber.json b/test_cases/search_alphanumeric_housenumber.json index 63c58f8..ab702ab 100644 --- a/test_cases/search_alphanumeric_housenumber.json +++ b/test_cases/search_alphanumeric_housenumber.json @@ -178,6 +178,24 @@ } ] } + }, + { + "id": 6, + "status": "pass", + "in": { + "text": "kinkerstraat 175F, amsterdam" + }, + "description": "Dutch address in a building with housenumbers like 175A, 175B, 175C, etc. Without proper sorting the desired result can easily be drowned out", + "expected": { + "properties": [ + { + "housenumber": "175F", + "street": "Kinkerstraat", + "locality": "Amsterdam", + "country_a": "NLD" + } + ] + } } ] }