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