mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
enable exact search of GB postcodes in aux postcode data,
partial search still disabled due to performance problems
This commit is contained in:
@@ -354,7 +354,7 @@
|
||||
}
|
||||
}
|
||||
if ($bSuggestion) $sSuggestion = join(', ',$aSuggestion);
|
||||
/*
|
||||
|
||||
// Try and calculate GB postcodes we might be missing
|
||||
foreach($aTokens as $sToken)
|
||||
{
|
||||
@@ -372,7 +372,6 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
||||
foreach($aTokens as $sToken)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user