Nominatim/lib-sql
Sarah Hoffmann 56124546a6 fix dynamic assignment of address parts
A boolean check for dynamic changes of address parts is not
sufficient. The order of choice should be:

 1. an addr:* part matches the name
 2. the address part surrounds the object
 3. the address part was declared as isaddress

The implementation uses a slightly different ordering
to avoid geometry checks unless strictly necessary (isaddress
is false and no matching address).

See #2446.
2021-09-19 12:34:39 +02:00
..
functions fix dynamic assignment of address parts 2021-09-19 12:34:39 +02:00
tokenizer rename legacy_icu tokenizer to icu tokenizer 2021-08-17 23:11:47 +02:00
functions.sql move word table and normalisation SQL into tokenizer 2021-04-30 11:30:51 +02:00
indices.sql remove special code for pre9.5 postgresql 2021-07-19 10:24:57 +02:00
partition-tables.src.sql move table creation to jinja-based preprocessing 2021-03-03 22:07:51 +01:00
postcode_tables.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
table-triggers.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00
tables.sql introduce index for finding surrounding buildings 2021-04-30 11:30:51 +02:00
tiger_import_finish.sql remove special code for pre9.5 postgresql 2021-07-19 10:24:57 +02:00
tiger_import_start.sql use tokenizer during Tiger data import 2021-05-14 00:02:50 +02:00
words_from_search_name.sql rename sql directory to lib-sql 2021-02-09 15:26:56 +01:00