]> git.openstreetmap.org Git - nominatim.git/commit
remove special handling for reversed queries in getGroupedSearches
authorSarah Hoffmann <lonvia@denofr.de>
Thu, 8 Apr 2021 08:35:14 +0000 (10:35 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Thu, 8 Apr 2021 08:35:14 +0000 (10:35 +0200)
commit1db468b6c3f7ce81580c5983d698a78f96f082b7
treecfc63043d0beef096edb51887d639a97a5634681
parent534de5ba81b8ee0ddc9a76e387048b60fbc2f156
remove special handling for reversed queries in getGroupedSearches

getGroupedSearches is guaranteed not to be called with reversed
structured queries, so there is no need to have special exclusion
code.
lib-php/Geocode.php