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.
32 lines
927 B
32 lines
927 B
6 years ago
|
{
|
||
|
"name": "landmarks",
|
||
|
"priorityThresh": 5,
|
||
|
"tests": [
|
||
|
{
|
||
|
"id": 14,
|
||
|
"status": "fail",
|
||
|
"description": [
|
||
|
"because there is no indication of importance or popularity in our data",
|
||
|
"we have no way of knowing how to properly sort the results.",
|
||
|
"When they all have a name that matches the query, sort order of results",
|
||
|
"is based purely on order at import time or some variable ES search process.",
|
||
|
"In order to really fix this test, we must find definitive source of popularity data",
|
||
|
"for POIs that have common names."
|
||
|
],
|
||
|
"issue": "https://github.com/pelias/pelias/issues/171",
|
||
|
"type": "dev",
|
||
|
"user": "hkrishna",
|
||
|
"in": {
|
||
|
"text": "statue of liberty"
|
||
|
},
|
||
|
"expected": {
|
||
|
"properties": [
|
||
|
{
|
||
|
"label": "Statue of Liberty, Manhattan, NY, USA"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|