mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
simple search steps
This commit is contained in:
13
test/bdd/db/query/search_simple.feature
Normal file
13
test/bdd/db/query/search_simple.feature
Normal file
@@ -0,0 +1,13 @@
|
||||
@DB
|
||||
Feature: Searching of simple objects
|
||||
Testing simple stuff
|
||||
|
||||
Scenario: Search for place node
|
||||
Given the places
|
||||
| osm | class | type | name+name | geometry |
|
||||
| N1 | place | village | Foo | 10.0 -10.0 |
|
||||
When importing
|
||||
And searching for "Foo"
|
||||
Then results contain
|
||||
| ID | osm | class | type | centroid |
|
||||
| 0 | N1 | place | village | 10 -10 |
|
||||
Reference in New Issue
Block a user