diff --git a/src/main/java/shop/hooking/hooking/config/BrandType.java b/src/main/java/shop/hooking/hooking/config/BrandType.java index d9d9c15..d39a5e2 100644 --- a/src/main/java/shop/hooking/hooking/config/BrandType.java +++ b/src/main/java/shop/hooking/hooking/config/BrandType.java @@ -46,6 +46,8 @@ public static boolean containsKeyword(String keyword) { return true; } } + + return false; } } diff --git a/src/main/java/shop/hooking/hooking/controller/CopyController.java b/src/main/java/shop/hooking/hooking/controller/CopyController.java index ecb39d5..b665aac 100644 --- a/src/main/java/shop/hooking/hooking/controller/CopyController.java +++ b/src/main/java/shop/hooking/hooking/controller/CopyController.java @@ -97,6 +97,10 @@ public ResponseEntity copySearchList(HttpServletRequest http .body(response); } + if(q.equals("애프터블로우")){ + q="애프터 블로우"; + } + // 검색 결과 처리 로직... MoodType moodType = MoodType.fromKeyword(q); List moodCopyRes = new ArrayList<>();