From: Sarah Hoffmann Date: Fri, 16 Nov 2018 23:35:38 +0000 (+0100) Subject: Keep matches without house number X-Git-Tag: v3.3.0~73 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/85f32d6c0f47a73bb173a0b2f59b65da734c586c?hp=85f32d6c0f47a73bb173a0b2f59b65da734c586c Keep matches without house number Now that we have result ranking, we can keep the street results for housenumber searches and reuse them in the next group round if required. Also fixes an issue where postcode and housenumber are in the query and one of them is wrong. Fixes #1200. ---