Merged in fix/explore-all-hotels (pull request #1998)
Fix/explore all hotels * fix: update lists * fix: adds Scandic Nuremberg after api fix * fix: add sorting based on city name Approved-by: Erik Tiekstra
This commit is contained in:
@@ -107,7 +107,7 @@
|
||||
{
|
||||
"country": "Deutschland",
|
||||
"countryUrl": "/de/reiseziele/deutschland",
|
||||
"numberOfHotels": 6,
|
||||
"numberOfHotels": 7,
|
||||
"cities": [
|
||||
{
|
||||
"id": "35b2df9b-261a-4086-ac20-b6d459f62e48",
|
||||
@@ -136,6 +136,13 @@
|
||||
"hotelIds": ["557"],
|
||||
"hotelCount": 1,
|
||||
"url": "/de/reiseziele/deutschland/munchen"
|
||||
},
|
||||
{
|
||||
"id": "aa66312c-b502-4f28-bd68-6e8181e2ecce",
|
||||
"name": "Nürnberg",
|
||||
"hotelIds": ["558"],
|
||||
"hotelCount": 1,
|
||||
"url": "/de/reiseziele/deutschland/nurnberg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -169,9 +176,10 @@
|
||||
"697",
|
||||
"634",
|
||||
"639",
|
||||
"698"
|
||||
"698",
|
||||
"643"
|
||||
],
|
||||
"hotelCount": 15,
|
||||
"hotelCount": 16,
|
||||
"url": "/de/reiseziele/finnland/helsinki"
|
||||
},
|
||||
{
|
||||
@@ -240,8 +248,8 @@
|
||||
{
|
||||
"id": "6abcbf56-7f7d-440b-94cd-f1ebb8c82180",
|
||||
"name": "Turku",
|
||||
"hotelIds": ["683", "640", "619", "629"],
|
||||
"hotelCount": 4,
|
||||
"hotelIds": ["640", "619", "629"],
|
||||
"hotelCount": 3,
|
||||
"url": "/de/reiseziele/finnland/turku"
|
||||
},
|
||||
{
|
||||
@@ -626,7 +634,7 @@
|
||||
{
|
||||
"country": "Schweden",
|
||||
"countryUrl": "/de/reiseziele/schweden",
|
||||
"numberOfHotels": 88,
|
||||
"numberOfHotels": 89,
|
||||
"cities": [
|
||||
{
|
||||
"id": "a882a807-f45b-46aa-98f0-c1013f263faf",
|
||||
@@ -775,6 +783,7 @@
|
||||
"857",
|
||||
"808",
|
||||
"211",
|
||||
"833",
|
||||
"812",
|
||||
"813",
|
||||
"803",
|
||||
@@ -788,7 +797,7 @@
|
||||
"802",
|
||||
"223"
|
||||
],
|
||||
"hotelCount": 26,
|
||||
"hotelCount": 27,
|
||||
"url": "/de/reiseziele/schweden/stockholm"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user