]> git.openstreetmap.org Git - nominatim.git/commit
remove country restriction from tokenizer
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 29 Jul 2021 19:25:59 +0000 (21:25 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 16 Aug 2021 09:41:54 +0000 (11:41 +0200)
commit0fb8eade136ea03e7853aca0795ca69833c33661
treef8d66f8e93663d9c9a7516cf04b8170d3d2a214f
parent78d11fe62830fac30d7241d05cf0c2b74dfeeb00
remove country restriction from tokenizer

Restricting tokens due to the search context is better done in
the generic search part instead of repeating the same test in
every tokenizer implementation.
lib-php/Geocode.php
lib-php/SearchContext.php
lib-php/TokenCountry.php
lib-php/tokenizer/legacy_icu_tokenizer.php
lib-php/tokenizer/legacy_tokenizer.php