]> git.openstreetmap.org Git - nominatim.git/commit
correctly handle special term + name combination
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 15 Nov 2022 10:55:40 +0000 (11:55 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Sat, 19 Nov 2022 14:52:19 +0000 (15:52 +0100)
commit05863ae5cacbb752425d433f81985e44e6cf1e58
treead921c26be71f3edb5249a6cbb8519a96108a2c1
parenta856c56450bff9b1fe5aa7ef34eb6be5b90d2866
correctly handle special term + name combination

Special terms with operator name usually appear in combination with the
name. The current penalties only took name + special term into account
not special term + name.

Fixes #2876.
lib-php/TokenSpecialTerm.php