mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-23 13:44:36 +03:00
22800d7d59
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 |
||
---|---|---|
.. | ||
analyse_indexing.py | ||
check_import_finished.php | ||
check_server_for_updates.py | ||
country_languages.php | ||
export.php | ||
import_multiple_regions.sh | ||
osm_file_date.py | ||
query.php | ||
server_compare.php | ||
setup.php | ||
specialphrases.php | ||
update_database.sh | ||
update.php | ||
warm.php |