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.
72 lines
1.7 KiB
72 lines
1.7 KiB
{ |
|
"name": "search_poi", |
|
"notes": "For testing POI searches", |
|
"priorityThresh": 5, |
|
"tests": [ |
|
{ |
|
"id": "searchpoi-1", |
|
"status": "fail", |
|
"description": "@nvkelso couldn't find Target in Eureka while visiting home", |
|
"issue": "https://github.com/pelias/pelias/issues/185", |
|
"user": "riordan", |
|
"in": { |
|
"text": "Target Eureka CA" |
|
}, |
|
"expected": { |
|
"priorityThresh": 1, |
|
"properties": [ |
|
{ |
|
"layer": "venue", |
|
"name": "Target", |
|
"locality": "Eureka", |
|
"region": "California" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": "searchpoi-2", |
|
"status": "fail", |
|
"description": "@nvkelso couldn't find Target in Eureka while visiting home", |
|
"issue": "https://github.com/pelias/pelias/issues/185", |
|
"user": "riordan", |
|
"in": { |
|
"text": "Target Eureka California" |
|
}, |
|
"expected": { |
|
"priorityThresh": 1, |
|
"properties": [ |
|
{ |
|
"layer": "venue", |
|
"name": "Target", |
|
"locality": "Eureka", |
|
"region": "California" |
|
} |
|
] |
|
} |
|
}, |
|
{ |
|
"id": "searchpoi-3", |
|
"status": "fail", |
|
"description": "Searching with focus on", |
|
"issue": "https://github.com/pelias/pelias/issues/185", |
|
"user": "riordan", |
|
"in": { |
|
"text": "Target", |
|
"focus.point.lat": "40.801944", |
|
"focus.point.lon": "-124.163611" |
|
}, |
|
"expected": { |
|
"priorityThresh": 1, |
|
"properties": [ |
|
{ |
|
"layer": "venue", |
|
"name": "Target", |
|
"locality": "Eureka", |
|
"region": "California" |
|
} |
|
] |
|
} |
|
} |
|
] |
|
}
|
|
|