X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/b7f6c7c76a3defda86569f4189dc0bfc99af2d45..f5e52e748f0a4275e3238e51c47de2ddccfea0ff:/nominatim/tokenizer/sanitizers/config.py diff --git a/nominatim/tokenizer/sanitizers/config.py b/nominatim/tokenizer/sanitizers/config.py index fd05848b..f6abf20c 100644 --- a/nominatim/tokenizer/sanitizers/config.py +++ b/nominatim/tokenizer/sanitizers/config.py @@ -90,7 +90,7 @@ class SanitizerConfig(_BaseUserDict): True when the item passes the filter. If the parameter is empty, the filter lets all items pass. If the - paramter is a string, it is interpreted as a single regular expression + parameter is a string, it is interpreted as a single regular expression that must match the full kind string. If the parameter is a list then any of the regular expressions in the list must match to pass. """