Add more real estate filters to crawler #72

Merged
bilal.catic merged 20 commits from add-more-real-estate-filters-to-crawler into master 2019-11-14 14:58:59 +01:00
Showing only changes of commit e871550ba6 - Show all commits

View File

@@ -608,6 +608,7 @@ class RentalCrawler {
return HEATING_TYPE.CENTRAL_GAS.id; return HEATING_TYPE.CENTRAL_GAS.id;
case 3: case 3:
case 23: case 23:
case 6:
case 7: case 7:
case 8: case 8:
case 9: case 9:
@@ -622,6 +623,7 @@ class RentalCrawler {
return HEATING_TYPE.ELECTRICITY.id; return HEATING_TYPE.ELECTRICITY.id;
case 24: case 24:
case 25: case 25:
case 12:
return HEATING_TYPE.CENTRAL_CITY.id; return HEATING_TYPE.CENTRAL_CITY.id;
case 26: case 26:
case 21: case 21: