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:
@@ -127,9 +127,10 @@
|
||||
"697",
|
||||
"634",
|
||||
"639",
|
||||
"698"
|
||||
"698",
|
||||
"643"
|
||||
],
|
||||
"hotelCount": 15,
|
||||
"hotelCount": 16,
|
||||
"url": "/en/destinations/finland/helsinki"
|
||||
},
|
||||
{
|
||||
@@ -205,8 +206,8 @@
|
||||
{
|
||||
"id": "6abcbf56-7f7d-440b-94cd-f1ebb8c82180",
|
||||
"name": "Turku",
|
||||
"hotelIds": ["683", "640", "619", "629"],
|
||||
"hotelCount": 4,
|
||||
"hotelIds": ["640", "619", "629"],
|
||||
"hotelCount": 3,
|
||||
"url": "/en/destinations/finland/turku"
|
||||
},
|
||||
{
|
||||
@@ -291,7 +292,7 @@
|
||||
{
|
||||
"country": "Germany",
|
||||
"countryUrl": "/en/destinations/germany",
|
||||
"numberOfHotels": 6,
|
||||
"numberOfHotels": 7,
|
||||
"cities": [
|
||||
{
|
||||
"id": "35b2df9b-261a-4086-ac20-b6d459f62e48",
|
||||
@@ -320,6 +321,13 @@
|
||||
"hotelIds": ["557"],
|
||||
"hotelCount": 1,
|
||||
"url": "/en/destinations/germany/munich"
|
||||
},
|
||||
{
|
||||
"id": "aa66312c-b502-4f28-bd68-6e8181e2ecce",
|
||||
"name": "Nuremberg",
|
||||
"hotelIds": ["558"],
|
||||
"hotelCount": 1,
|
||||
"url": "/en/destinations/germany/nuremberg"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -626,7 +634,7 @@
|
||||
{
|
||||
"country": "Sweden",
|
||||
"countryUrl": "/en/destinations/sweden",
|
||||
"numberOfHotels": 88,
|
||||
"numberOfHotels": 89,
|
||||
"cities": [
|
||||
{
|
||||
"id": "3d813c56-c135-4591-864b-40ea845df716",
|
||||
@@ -782,6 +790,7 @@
|
||||
"857",
|
||||
"808",
|
||||
"211",
|
||||
"833",
|
||||
"812",
|
||||
"813",
|
||||
"803",
|
||||
@@ -795,7 +804,7 @@
|
||||
"802",
|
||||
"223"
|
||||
],
|
||||
"hotelCount": 26,
|
||||
"hotelCount": 27,
|
||||
"url": "/en/destinations/sweden/stockholm"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user