X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/d14a585cc92c1558c23ca86855474f14fd711cb2..90d4d339dbed83cc90823401634f01a20e129548:/nominatim/tokenizer/legacy_tokenizer.py diff --git a/nominatim/tokenizer/legacy_tokenizer.py b/nominatim/tokenizer/legacy_tokenizer.py index 7b78b22a..a292b180 100644 --- a/nominatim/tokenizer/legacy_tokenizer.py +++ b/nominatim/tokenizer/legacy_tokenizer.py @@ -475,7 +475,8 @@ class LegacyNameAnalyzer(AbstractAnalyzer): token_info.add_street(self.conn, value) elif key == 'place': token_info.add_place(self.conn, value) - elif not key.startswith('_') and key not in ('country', 'full'): + elif not key.startswith('_') \ + and key not in ('country', 'full', 'inclusion'): addr_terms.append((key, value)) if hnrs: