mirror of https://github.com/pelias/docker.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1022 B
52 lines
1022 B
6 years ago
|
{
|
||
|
"name": "search layers",
|
||
|
"tests": [
|
||
|
{
|
||
|
"id": "1",
|
||
|
"status": "pass",
|
||
|
"user": "orangejulius",
|
||
|
"endpoint": "search",
|
||
|
"description": "Ensure there are no non-venue records when searching for venue",
|
||
|
"issue": "https://github.com/pelias/pelias/issues/253",
|
||
|
"in": {
|
||
|
"text": "london",
|
||
|
"layers": "venue"
|
||
|
},
|
||
|
"unexpected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"layer": "country"
|
||
|
},
|
||
|
{
|
||
|
"layer": "macroregion"
|
||
|
},
|
||
|
{
|
||
|
"layer": "region"
|
||
|
},
|
||
|
{
|
||
|
"layer": "macrocounty"
|
||
|
},
|
||
|
{
|
||
|
"layer": "county"
|
||
|
},
|
||
|
{
|
||
|
"layer": "localadmin"
|
||
|
},
|
||
|
{
|
||
|
"layer": "locality"
|
||
|
},
|
||
|
{
|
||
|
"layer": "borough"
|
||
|
},
|
||
|
{
|
||
|
"layer": "neighbourhood"
|
||
|
},
|
||
|
{
|
||
|
"layer": "address"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|