]> git.openstreetmap.org Git - nominatim.git/blobdiff - sql/functions.sql
add small penalty for special searches
[nominatim.git] / sql / functions.sql
index d254e33eddf324098884176302e0f3663ef8b780..929e5376c4665a2a22fd81e625af837327153718 100644 (file)
@@ -1689,6 +1689,11 @@ BEGIN
         END IF;
       END IF;
 
+    END IF;
+
+    -- Name searches can be done for ways as well as relations
+    IF NEW.osm_type in ('W','R') AND NEW.rank_search < 26 THEN
+
       -- not found one yet? how about doing a name search
       IF NEW.centroid IS NULL AND (NEW.name->'name') is not null and make_standard_name(NEW.name->'name') != '' THEN