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.
51 lines
1022 B
51 lines
1022 B
{ |
|
"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" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|