mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +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",
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||||
"iata", "icao", "pcode"],
|
"iata", "icao", "pcode", "ISO3166-2"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "ref"
|
"" : "ref"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||||
"iata", "icao", "pcode"],
|
"iata", "icao", "pcode", "ISO3166-2"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "ref"
|
"" : "ref"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||||
"iata", "icao", "pcode", "pcode:*"],
|
"iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "ref"
|
"" : "ref"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||||
"iata", "icao", "pcode", "pcode:*"],
|
"iata", "icao", "pcode", "pcode:*", "ISO3166-2"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "ref"
|
"" : "ref"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
"keys" : ["ref", "int_ref", "nat_ref", "reg_ref", "loc_ref", "old_ref",
|
||||||
"iata", "icao", "pcode"],
|
"iata", "icao", "pcode", "ISO3166-2"],
|
||||||
"values" : {
|
"values" : {
|
||||||
"" : "ref"
|
"" : "ref"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user