Skip to content

Commit

Permalink
Merge pull request #525 from pelias/mt-tabor-park-search
Browse files Browse the repository at this point in the history
Add search test case for 'Mt/Mount' in a _venue_ name
  • Loading branch information
orangejulius authored Jul 13, 2020
2 parents 88ee2f4 + 4afef23 commit a4c8c2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions test_cases/search_abbreviations.json
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,25 @@
]
}
},
{
"id": 8.3,
"status": "fail",
"user": "julian",
"in": {
"text": "Mt Tabor Park, Portland, OR"
},
"expected": {
"properties": [
{
"name": "Mount Tabor Park",
"layer": "venue",
"locality": "Portland",
"region_a": "OR",
"country_a": "USA"
}
]
}
},
{
"id": 9,
"status": "fail",
Expand Down

0 comments on commit a4c8c2c

Please sign in to comment.