mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 05:18:00 +00:00
fix search for postcode via structured query
Results from the artifical postcode table were dropped when reevaluating rank of results.
This commit is contained in:
@@ -25,3 +25,11 @@ Feature: Searches with postcodes
|
||||
Then result addresses contain
|
||||
| country_code |
|
||||
| li |
|
||||
|
||||
Scenario: Postcode search with structured query
|
||||
When sending json search query "" with address
|
||||
| postalcode | country |
|
||||
| 9490 | li |
|
||||
Then result addresses contain
|
||||
| country_code | postcode |
|
||||
| li | 9490 |
|
||||
|
||||
Reference in New Issue
Block a user