]> git.openstreetmap.org Git - nominatim.git/commit
fix parsing of operator in special phrases
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 17:46:30 +0000 (19:46 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 25 Oct 2021 17:46:30 +0000 (19:46 +0200)
commit5a1c3dbea3d607fabe05a125dd2d62df395cceaa
treeead0839bb51d54cf3f6023bea9b40a40b7262d46
parent8e439d3dd9b74752594f5ff9e32f4e70b00d35ff
fix parsing of operator in special phrases

Because of unstripped input, the operators wouldn't match.
nominatim/tools/special_phrases/special_phrase.py
test/python/test_tools_sp_wiki_loader.py