mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
add tests for new full name computation with ICU
This commit is contained in:
@@ -537,8 +537,6 @@ class _TokenInfo:
|
||||
"""
|
||||
# Start with all partial names
|
||||
terms = set((part for ns in names for part in ns.split()))
|
||||
# Add partials for the full terms (TO BE REMOVED)
|
||||
terms.update((n for n in names))
|
||||
# Add the full names
|
||||
terms.update((' ' + n for n in names))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user