]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #1901 from lonvia/speed-up-indexing
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 4 Aug 2020 10:32:16 +0000 (12:32 +0200)
committerGitHub <noreply@github.com>
Tue, 4 Aug 2020 10:32:16 +0000 (12:32 +0200)
Batch-index places at rank 30

test/bdd/api/search/queries.feature

index 57ae2c2038383349e8b7404e0017ca1cedd1455a..b521c1714f89a1afc8ef058f29fc851c71ef91b9 100644 (file)
@@ -23,7 +23,6 @@ Feature: Search queries
           | type          | value |
           | house_number  | 86 |
           | road          | Schellingstraße |
-          | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
           | postcode      | 22089 |
           | city          | Hamburg |
@@ -38,7 +37,6 @@ Feature: Search queries
           | type          | value |
           | house_number  | 73 |
           | road          | Schellingstraße |
-          | neighbourhood | Auenviertel |
           | suburb        | Eilbek |
           | postcode      | 22089 |
           | city          | Hamburg |
@@ -183,4 +181,4 @@ Feature: Search queries
         When sending json search query "22nd   Street Southwest\v,\fHuron"
         Then results contain
           | class   | type |
-          | highway | residential |
\ No newline at end of file
+          | highway | residential |