mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 05:35:13 +03:00
better grouping
This commit is contained in:
parent
55fdf0abda
commit
8c444378bc
@ -248,7 +248,7 @@ class PlaceLookup
|
||||
$sSQL .= ' ref, ';
|
||||
if ($this->bExtraTags) $sSQL .= 'extratags, ';
|
||||
if ($this->bNameDetails) $sSQL .= 'name, ';
|
||||
$sSQL .= " extratags->'place' ";
|
||||
$sSQL .= " extra_place ";
|
||||
|
||||
$aSubSelects[] = $sSQL;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user