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:
@@ -134,9 +134,10 @@
|
||||
"697",
|
||||
"634",
|
||||
"639",
|
||||
"698"
|
||||
"698",
|
||||
"643"
|
||||
],
|
||||
"hotelCount": 15,
|
||||
"hotelCount": 16,
|
||||
"url": "/sv/destinationer/finland/helsingfors"
|
||||
},
|
||||
{
|
||||
@@ -205,8 +206,8 @@
|
||||
{
|
||||
"id": "6abcbf56-7f7d-440b-94cd-f1ebb8c82180",
|
||||
"name": "Åbo",
|
||||
"hotelIds": ["683", "640", "619", "629"],
|
||||
"hotelCount": 4,
|
||||
"hotelIds": ["640", "619", "629"],
|
||||
"hotelCount": 3,
|
||||
"url": "/sv/destinationer/finland/abo"
|
||||
},
|
||||
{
|
||||
@@ -590,8 +591,8 @@
|
||||
},
|
||||
{
|
||||
"country": "Sverige",
|
||||
"countryUrl": "/sv/destinationer/sweden",
|
||||
"numberOfHotels": 88,
|
||||
"countryUrl": "/sv/destinationer/sverige",
|
||||
"numberOfHotels": 89,
|
||||
"cities": [
|
||||
{
|
||||
"id": "37a32ca6-6467-4e75-8810-67edd75143cd",
|
||||
@@ -709,6 +710,7 @@
|
||||
"857",
|
||||
"808",
|
||||
"211",
|
||||
"833",
|
||||
"812",
|
||||
"813",
|
||||
"803",
|
||||
@@ -722,7 +724,7 @@
|
||||
"802",
|
||||
"223"
|
||||
],
|
||||
"hotelCount": 26,
|
||||
"hotelCount": 27,
|
||||
"url": "/sv/destinationer/sverige/stockholm"
|
||||
},
|
||||
{
|
||||
@@ -894,7 +896,7 @@
|
||||
{
|
||||
"country": "Tyskland",
|
||||
"countryUrl": "/sv/destinationer/tyskland",
|
||||
"numberOfHotels": 6,
|
||||
"numberOfHotels": 7,
|
||||
"cities": [
|
||||
{
|
||||
"id": "35b2df9b-261a-4086-ac20-b6d459f62e48",
|
||||
@@ -923,6 +925,13 @@
|
||||
"hotelIds": ["557"],
|
||||
"hotelCount": 1,
|
||||
"url": "/sv/destinationer/tyskland/munchen"
|
||||
},
|
||||
{
|
||||
"id": "aa66312c-b502-4f28-bd68-6e8181e2ecce",
|
||||
"name": "Nürnberg",
|
||||
"hotelIds": ["558"],
|
||||
"hotelCount": 1,
|
||||
"url": "/sv/destinationer/tyskland/nurnberg"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user