| limit | 1000
| dedupe | 1
| dedupe | 0
+ | extratags | 1
+ | extratags | 0
+ | namedetails | 1
+ | namedetails | 0
Scenario: Search with invalid output format
Given the request parameters
| format
| fd$#
When sending search query "Berlin"
- Then the result is valid html
+ Then a HTTP 400 is returned
Scenario Outline: Simple Searches
When sending search query "<query>"
| attr | value
| exclude_place_ids | 123,76,342565
+ Scenario: Empty XML search with bad exluded place ids
+ Given the request parameters
+ | exclude_place_ids
+ | ,
+ When sending xml search query "jghrleoxsbwjer"
+ Then result header has no attribute exclude_place_ids
+
Scenario Outline: Wrapping of legal jsonp search requests
Given the request parameters
| json_callback