mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
bdd: remove special case for osm_type field
The fuzzy field check hide cover formatting errors. Use 'osm' when only caring about the conent.
This commit is contained in:
@@ -23,12 +23,12 @@ Feature: Parenting of objects
|
||||
| N2 | W1 |
|
||||
When sending search query "4 galoo"
|
||||
Then results contain
|
||||
| ID | osm_type | osm_id | display_name |
|
||||
| 0 | N | 1 | 4, galoo, 12345, Deutschland |
|
||||
| ID | osm | display_name |
|
||||
| 0 | N1 | 4, galoo, 12345, Deutschland |
|
||||
When sending search query "5 galoo"
|
||||
Then results contain
|
||||
| ID | osm_type | osm_id | display_name |
|
||||
| 0 | N | 2 | 5, galoo, 99999, Deutschland |
|
||||
| ID | osm | display_name |
|
||||
| 0 | N2 | 5, galoo, 99999, Deutschland |
|
||||
|
||||
Scenario: Address without tags, closest street
|
||||
Given the grid
|
||||
|
||||
Reference in New Issue
Block a user