mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
Merge pull request #2578 from lonvia/iso-3166-2
Make ISO3166-2 references searchable
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
},
|
||||
{
|
||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||
"iata", "icao", "pcode"],
|
||||
"iata", "icao", "pcode", "ISO3166-2"],
|
||||
"values" : {
|
||||
"" : "ref"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
{
|
||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||
"iata", "icao", "pcode"],
|
||||
"iata", "icao", "pcode", "ISO3166-2"],
|
||||
"values" : {
|
||||
"" : "ref"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
{
|
||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||
"iata", "icao", "pcode", "pcode:*"],
|
||||
"iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
|
||||
"values" : {
|
||||
"" : "ref"
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
},
|
||||
{
|
||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||
"iata", "icao", "pcode", "pcode:*"],
|
||||
"iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
|
||||
"values" : {
|
||||
"" : "ref"
|
||||
}
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
},
|
||||
{
|
||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||
"iata", "icao", "pcode"],
|
||||
"iata", "icao", "pcode", "ISO3166-2"],
|
||||
"values" : {
|
||||
"" : "ref"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user