Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Search bug of housenumbers like 43/2 #3949

Closed
openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment
Closed

Search bug of housenumbers like 43/2 #3949

openstreetmap-trac opened this issue Jul 23, 2021 · 1 comment

Comments

@openstreetmap-trac
Copy link

Reporter: rukus
[Submitted to the original trac issue database at 8.18am, Wednesday, 3rd August 2011]

Housenumbers like 43/2 is very common in Ukraine - so please update search.php

$sHouseNumberRegex = '\\m'.str_replace(' ','[-, ]',$aSearch['sHouseNumber']).'\\M';
to
$sHouseNumberRegex = '\\m'.str_replace(' ','[-, /]',$aSearch['sHouseNumber']).'\\M';

@openstreetmap-trac
Copy link
Author

Author: lonvia
[Added to the original trac issue at 7.51pm, Wednesday, 9th May 2012]

Done and live.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant