mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-27 10:43:02 +03:00
Merge pull request #2070 from lonvia/unlisted-places-to-rank-25
Move unlisted places to address rank 25
This commit is contained in:
commit
1e76d668bd
@ -289,7 +289,7 @@ BEGIN
|
||||
|
||||
IF search_unlisted_place is not null THEN
|
||||
RETURN NEXT ROW(null, null, null, hstore('name', search_unlisted_place),
|
||||
'place', 'locality', null, null, true, true, 26, 0)::addressline;
|
||||
'place', 'locality', null, null, true, true, 25, 0)::addressline;
|
||||
END IF;
|
||||
|
||||
IF searchpostcode IS NOT NULL THEN
|
||||
|
Loading…
Reference in New Issue
Block a user