mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-06 18:14:16 +00:00
remove special case for operator names
The OSM data has been sufficiently cleaned up by now that the operator no longer needs to be considered a name tag. Use 'brand' as the searchable alternative.
This commit is contained in:
@@ -130,13 +130,6 @@
|
|||||||
"" : "main,with_name"
|
"" : "main,with_name"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"keys" : ["amenity"],
|
|
||||||
"values" : {
|
|
||||||
"restaurant" : "main,operator",
|
|
||||||
"fuel" : "main,operator"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
|
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
|
||||||
"office", "mountain_pass"],
|
"office", "mountain_pass"],
|
||||||
@@ -149,7 +142,7 @@
|
|||||||
"keys" : ["shop"],
|
"keys" : ["shop"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"no" : "skip",
|
"no" : "skip",
|
||||||
"" : "main,operator"
|
"" : "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -157,7 +150,7 @@
|
|||||||
"values" : {
|
"values" : {
|
||||||
"yes" : "skip",
|
"yes" : "skip",
|
||||||
"no" : "skip",
|
"no" : "skip",
|
||||||
"" : "main,operator"
|
"" : "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -130,13 +130,6 @@
|
|||||||
"" : "main,with_name"
|
"" : "main,with_name"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"keys" : ["amenity"],
|
|
||||||
"values" : {
|
|
||||||
"restaurant" : "main,operator",
|
|
||||||
"fuel" : "main,operator"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
|
"keys" : ["aeroway", "amenity", "club", "craft", "leisure",
|
||||||
"office", "mountain_pass"],
|
"office", "mountain_pass"],
|
||||||
@@ -149,7 +142,7 @@
|
|||||||
"keys" : ["shop"],
|
"keys" : ["shop"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"no" : "skip",
|
"no" : "skip",
|
||||||
"" : "main,operator"
|
"" : "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -157,7 +150,7 @@
|
|||||||
"values" : {
|
"values" : {
|
||||||
"yes" : "skip",
|
"yes" : "skip",
|
||||||
"no" : "skip",
|
"no" : "skip",
|
||||||
"" : "main,operator"
|
"" : "main"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user