-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugIssues that describe an unexpected behaviour in an existing functionality.Issues that describe an unexpected behaviour in an existing functionality.minor"bug" issues that are neither "critical" nor "major"."bug" issues that are neither "critical" nor "major".
Description
House number ranges should not be splitted because since both parts are meaningless on their own in my opinion and you usually want to use the number (range) in one piece.
[
'Happy Street 2-4',
[
'additionToAddress1' => '',
'streetName' => 'Happy Street',
'houseNumber' => '2-4',
'additionToAddress2' => ''
]
]Metadata
Metadata
Assignees
Labels
bugIssues that describe an unexpected behaviour in an existing functionality.Issues that describe an unexpected behaviour in an existing functionality.minor"bug" issues that are neither "critical" nor "major"."bug" issues that are neither "critical" nor "major".