]> git.openstreetmap.org Git - nominatim.git/commitdiff
use default ranks when reorganising rank_address
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Jun 2022 09:20:23 +0000 (11:20 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 16 Jun 2022 09:20:23 +0000 (11:20 +0200)
When shifting address ranks, the evaluation is always done against
unshifted address ranks on import because the objects we compare against
have not been indexed yet. This changes for updates when the object have
been touched in the meantime. To ensure consistent behaviour across
imports and updates, always use the  unshifted address ranks.


No differences found