Nominatim/utils
Sarah Hoffmann 22800d7d59 Search housenumbers with unknown address parts by housenumber term
House numbers need special handling because they may appear after
the street term. That means we canot just use them as the main name
for searches where the address has its own search term entries.
Doing this right now, we are able to find '40, Main St, Town' but not
'Main St 40, Town'.

This switches to using the housenumber token as the name term instead.
House number tokens can get special handling when building the search
query that covers the case where they come after the street.

The main disadvantage is that this once more increases the numbers
of possible search interpretation of which we have already too many.

no penalty for housenumber searches
2020-11-25 11:36:10 +01:00
..
analyse_indexing.py add script for detailed explaing of indexing trigger 2020-10-09 17:38:33 +02:00
check_import_finished.php remove removed index from database check 2020-09-30 11:33:15 +02:00
check_server_for_updates.py Fix python shebang following PEP 394 recommendation 2019-08-26 14:54:19 +02:00
country_languages.php No longer install phrase configuration 2018-12-02 11:50:44 +01:00
export.php utils/export.php broke after switch to PDO DB abstraction 2019-04-17 22:29:50 +02:00
import_multiple_regions.sh Added scripts for multiple country setup and updates 2020-04-17 21:50:59 +05:30
osm_file_date.py Fix python shebang following PEP 394 recommendation 2019-08-26 14:54:19 +02:00
query.php Search housenumbers with unknown address parts by housenumber term 2020-11-25 11:36:10 +01:00
server_compare.php Remove server_compare from list of installed scripts 2018-12-02 11:21:09 +01:00
setup.php remove more traces of osmosis-init 2020-08-11 10:43:04 +02:00
specialphrases.php special phrases: use printf, line length below 120char 2019-09-19 01:12:42 +02:00
update_database.sh Added scripts for multiple country setup and updates 2020-04-17 21:50:59 +05:30
update.php use simpler recurse operator for overpass download 2020-10-31 21:44:28 +01:00
warm.php warm.php verbose mode was printing errors 2020-01-14 18:24:49 +01:00