mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-11 13:24:07 +00:00
switch housenumber tokens to new word table layout
This commit is contained in:
@@ -601,7 +601,8 @@ class _TokenCache:
|
||||
|
||||
def get_hnr_tokens(self, conn, terms):
|
||||
""" Get token ids for a list of housenumbers, looking them up in the
|
||||
database if necessary.
|
||||
database if necessary. `terms` is an iterable of normalized
|
||||
housenumbers.
|
||||
"""
|
||||
tokens = []
|
||||
askdb = []
|
||||
|
||||
Reference in New Issue
Block a user