better grouping

This commit is contained in:
Sarah Hoffmann 2020-02-28 22:10:35 +01:00
parent 55fdf0abda
commit 8c444378bc

View File

@ -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;
} }