osm-search / Nominatim

Open Source search based on OpenStreetMap data
https://nominatim.org
GNU General Public License v3.0
2.99k stars 701 forks source link

Extratags should become null when empty #3333

Closed lonvia closed 5 months ago

lonvia commented 5 months ago

Removing the artifical entries in the extratags may lead to an empty hstore. Set it to null in that case.

Fixes #3055.