]> git.openstreetmap.org Git - nominatim.git/commit
restrict postcode searches to postcode in first token
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 6 Oct 2020 12:00:43 +0000 (14:00 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 6 Oct 2020 12:08:31 +0000 (14:08 +0200)
commit7d2b6879c87fea1739b85d3a6b232402de45a718
treed862275c24360376af07c80570754790720d2ff1
parenta40684162afec2ce96d118884647a0525bb176ad
restrict postcode searches to postcode in first token

In structured queries we should only assume that it is
a postcode search when only the postcode and optionally
the country is given. If any other term is present, it
is better to avoid the search for postcode as it yields
too many bad searches. Given that the terms in a structured
query are ordered, this means that the postcode must be
the first token just like in the unstructured query.

Fixes #1988.
lib/SearchDescription.php