mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
final result ordering, remove GB postcode hacks
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
}
|
||||
}
|
||||
if ($bSuggestion) $sSuggestion = join(', ',$aSuggestion);
|
||||
|
||||
/*
|
||||
// Try and calculate GB postcodes we might be missing
|
||||
foreach($aTokens as $sToken)
|
||||
{
|
||||
@@ -322,7 +322,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
// Any words that have failed completely?
|
||||
// TODO: suggestions
|
||||
|
||||
|
||||
Reference in New Issue
Block a user