use PlaceLookup in search

This commit is contained in:
Sarah Hoffmann
2017-10-22 21:59:08 +02:00
parent 914caab43d
commit 1a4506f6ab
3 changed files with 66 additions and 376 deletions

View File

@@ -102,7 +102,7 @@ Feature: Simple Tests
Scenario: Empty XML search with viewbox
When sending xml search query "xnznxvcx"
| viewbox |
| 12,45.13,77,33 |
| 12,33,77,45.13 |
Then result header contains
| attr | value |
| querystring | xnznxvcx |
@@ -117,12 +117,12 @@ Feature: Simple Tests
| attr | value |
| querystring | xnznxvcx |
| polygon | false |
| viewbox | 12,45,77,34.13 |
| viewbox | 12,34.13,77,45 |
Scenario: Empty XML search with viewboxlbrt and viewbox
When sending xml search query "pub"
| viewbox | viewboxblrt |
| 12,45.13,77,33 | 1,2,3,4 |
| 12,33,77,45.13 | 1,2,3,4 |
Then result header contains
| attr | value |
| querystring | pub |