Nominatim/lib-php
Sarah Hoffmann fe11d3cbbd do not return POIs when dropping house number in query
We've previously added searching through rank 30 in a house
number search to enable searches for house number+name.
This had the unintended side effect that rank 30 objects
are also returned in s search that dropped the house number
from the query. This is wrong because POIs cannot function
as a parent to a house number.

This fix drops all rank 30 objects from the results for a
house number search if they do not match the requested house
number.
2021-06-17 14:21:20 +02:00
..
admin remove deprecated query interface 2021-06-06 15:28:21 +02:00
migration Errors fixes, Cleaning code, Improvement and addition of tests 2021-03-26 01:53:33 +01:00
template always use object type for details keywords 2021-05-17 16:36:32 +02:00
tokenizer add PHP part for new ICU-base tokenizer 2021-05-05 10:15:27 +02:00
website fix: add the missing question mark 2021-05-19 13:35:15 +08:00
AddressDetails.php typelabel value is already lowercased 2021-05-12 19:16:51 +02:00
ClassTypes.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
cmd.php remove PHP code for transition functions 2021-04-16 17:28:51 +02:00
DatabaseError.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
DB.php port check-database function to python 2021-02-18 17:32:30 +01:00
DebugHtml.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
DebugNone.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
dotenv_loader.php introduce constant for configuration directory 2021-02-09 18:45:45 +01:00
Geocode.php move tokenization in query into tokenizer 2021-04-30 17:41:08 +02:00
init-cmd.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
init-website.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
init.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
lib.php Add array_key_last function for PHP <7.3 2021-05-13 16:42:22 +02:00
log.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
output.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
ParameterParser.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
Phrase.php move tokenization in query into tokenizer 2021-04-30 17:41:08 +02:00
PlaceLookup.php remove support for AUX housenumber tables 2021-04-30 10:08:29 +02:00
Result.php do not return POIs when dropping house number in query 2021-06-17 14:21:20 +02:00
ReverseGeocode.php reverse: do not prefer interpolations over closer housenumbers 2021-03-15 10:50:04 +01:00
SearchContext.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
SearchDescription.php do not return POIs when dropping house number in query 2021-06-17 14:21:20 +02:00
setup_functions.php remove PHP code for transition functions 2021-04-16 17:28:51 +02:00
Shell.php move import-data option to native python 2021-02-25 18:42:54 +01:00
SpecialSearchOperator.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
Status.php correctly catch the exception when import date is missing 2021-05-06 16:27:42 +02:00
TokenCountry.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
TokenHousenumber.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
TokenList.php move tokenization in query into tokenizer 2021-04-30 17:41:08 +02:00
TokenPostcode.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
TokenSpecialTerm.php rename lib to lib-php 2021-02-09 11:52:07 +01:00
TokenWord.php rename lib to lib-php 2021-02-09 11:52:07 +01:00