From: Sarah Hoffmann Date: Thu, 16 Jun 2022 09:20:23 +0000 (+0200) Subject: use default ranks when reorganising rank_address X-Git-Tag: v4.1.0~29^2 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/f833cc80df0715ced2f25626cdaa5b81efe19085?hp=f833cc80df0715ced2f25626cdaa5b81efe19085 use default ranks when reorganising rank_address 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. ---