Nominatim/utils
Sarah Hoffmann 54393addd3 disregard special phrases that do not match fully
Compare the normalized terms imported with the special
terms script with the normalized version of the query string.
Disregard them if they cannot be found. This avoids a significant
number of mismatches due to transliteration issues.

The match will only be done when a normalized word has been set
making this change backwards compatible with older databases.
2017-06-04 23:12:09 +02:00
..
blocks.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
country_languages.php fix function declaration errors according to PSR2 coding style guide 2016-09-11 05:22:51 +02:00
import_wikipedia.sh tabs-to-spaces 2016-09-04 03:19:48 +02:00
imports.php fix function declaration errors according to PSR2 coding style guide 2016-09-11 05:22:51 +02:00
importWikipedia.php reduce maximum line length to 199 for all php files 2016-10-14 00:01:16 +02:00
query.php add namespaces, method visibility according to PSR2 standard 2016-09-16 02:27:36 +02:00
server_compare.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
setup.php switch from osmosis to pyosmium for updates 2017-05-25 16:26:09 +02:00
specialphrases.php disregard special phrases that do not match fully 2017-06-04 23:12:09 +02:00
tigerAddressImport.py change tiger housenumber format to save as lines instead of points and thus new interpolation 2016-03-21 14:07:12 +01:00
update.php updates: always remove output file and start with correct sequence id 2017-05-27 17:02:34 +02:00
warm.php with PHP7 the result of new() can no longer be assigned by reference 2017-04-15 19:12:25 +02:00