@@ -75,16 +75,14 @@ public class SearchService {
7575
7676 // 통합 검색 결과에 표시하지 않을 편의시설 종류
7777 //TODO: 자전거보관소, 벤치 디자인 요청 후 List에서 제거
78- // TODO: 리필로드 구현 완료되면 REUSABLE_CUP_RETURN 제거하기
7978 private static final List <String > excludedTypes = Arrays .asList (PlaceType .CLASSROOM .getName (), PlaceType .TOILET .getName (),
8079 PlaceType .MEN_TOILET .getName (), PlaceType .WOMEN_TOILET .getName (), PlaceType .MEN_HANDICAPPED_TOILET .getName (),
81- PlaceType .WOMEN_HANDICAPPED_TOILET .getName (), PlaceType .LOCKER .getName (), PlaceType .TRASH_CAN .getName (),
82- PlaceType .BICYCLE_RACK .getName (), PlaceType .BENCH .getName (), PlaceType .REUSABLE_CUP_RETURN .getName ());
80+ PlaceType .WOMEN_HANDICAPPED_TOILET .getName (), PlaceType .LOCKER .getName (), PlaceType .BICYCLE_RACK .getName (), PlaceType .BENCH .getName ());
8381
8482 // 통합 검색 결과에서 "건물명 + 기본편의시설명"의 형태로 제공되어야 하는 편의시설 종류
8583 private static final List <PlaceType > outerTagTypes = Arrays .asList (PlaceType .CAFE , PlaceType .CAFETERIA , PlaceType .CONVENIENCE_STORE ,
86- PlaceType .READING_ROOM , PlaceType .STUDY_ROOM , PlaceType .BOOK_RETURN_MACHINE , PlaceType .LOUNGE , PlaceType .WATER_PURIFIER ,
87- PlaceType .VENDING_MACHINE , PlaceType .PRINTER , PlaceType .TUMBLER_WASHER , PlaceType .ONESTOP_AUTO_MACHINE , PlaceType .BANK ,
84+ PlaceType .READING_ROOM , PlaceType .STUDY_ROOM , PlaceType .BOOK_RETURN_MACHINE , PlaceType .LOUNGE , PlaceType .WATER_PURIFIER , PlaceType . REUSABLE_CUP_RETURN ,
85+ PlaceType .VENDING_MACHINE , PlaceType .PRINTER , PlaceType .TUMBLER_WASHER , PlaceType .ONESTOP_AUTO_MACHINE , PlaceType .BANK , PlaceType . TRASH_CAN ,
8886 PlaceType .SMOKING_BOOTH , PlaceType .SHOWER_ROOM , PlaceType .GYM , PlaceType .SLEEPING_ROOM , PlaceType .HEALTH_OFFICE , PlaceType .DISABLED_PARKING );
8987
9088 // 건물 상세 조회 : 대표 편의시설 종류
0 commit comments