Nominatim/lib
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
..
template move moreURL computation into Geocode and include all params 2017-03-23 00:16:58 +01:00
cmd.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
db.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
Geocode.php disregard special phrases that do not match fully 2017-06-04 23:12:09 +02:00
init-cmd.php fix array-related errors according to PSR2 coding style guide 2016-09-10 21:10:52 +02:00
init-website.php github.com/twain47 => github.com/openstreetmap 2017-03-12 13:06:25 +01:00
init.php bracket spacing for if/else/for/foreach/while/switch according to PSR2 standard 2016-09-08 02:16:22 +01:00
lib.php remove PHP version check 2017-06-01 20:10:10 +02:00
log.php fix indentation and misc errors according to PSR2 coding style guide 2016-09-14 03:16:46 +02:00
NearPoint.php fix style 2017-03-17 22:36:22 +01:00
output.php Tiger: set osmtype=way and correct osm_id 2016-11-01 23:34:29 +01:00
ParameterParser.php add namespaces, method visibility according to PSR2 standard 2016-09-16 02:27:36 +02:00
PlaceLookup.php remove street and addr_place columns in placex 2017-04-08 19:58:10 +02:00
ReverseGeocode.php introduce address column for place tables 2017-04-08 18:58:26 +02:00