]> git.openstreetmap.org Git - nominatim.git/commit
swap order of query interpretation
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 5 Jan 2022 14:21:14 +0000 (15:21 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Wed, 5 Jan 2022 14:21:14 +0000 (15:21 +0100)
commitf9889f81d6916f1419e3913f7e3e4d90e2f0816e
treeaf3a935b4b1c9ef56c8548c388f3842f183e43d8
parentefafa5271957fb54b356ec1c90e8613f14de40d4
swap order of query interpretation

A forward interpretation of the form 'street, city, country' is
much more frequent than the reverse form 'country, city, street'.
Thus swap the order of interpretations that the forward order comes
first.
lib-php/Geocode.php