]> git.openstreetmap.org Git - nominatim.git/commit
give preference to full words in address, too
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 11 Mar 2021 14:03:36 +0000 (15:03 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 11 Mar 2021 14:03:36 +0000 (15:03 +0100)
commit182f5f5d7b4e3e01fc0ab60a263fa213260bde57
treea75db961d20116ced85165e75e92579615a6c943
parent35f4695b67b50a41caf69378ea13044ea91f1d2c
give preference to full words in address, too

Full word terms are already preferred for the name part. Adding
only one-word partials to the address, makes it impossible to
give a similar preference for the address part. Each term adds
a rank penalty. The problem here is that we interpret the query
forwards and backwards. Having different penalty systems for
name and address means that the same term ends up with different
penalties and that often leads to interpretations of the wrong
direction being in the way.
lib-php/SearchDescription.php