mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
pass reverse-only as a separate parameter
... instead of hacking the internal structures of SQLPreprocessor
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
DROP TABLE IF EXISTS search_name;
|
||||
|
||||
{% if not db.reverse_only %}
|
||||
{% if not create_reverse_only %}
|
||||
|
||||
CREATE TABLE search_name (
|
||||
place_id BIGINT NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user