크리에이터 관리자 카테고리 콘텐츠 검색
- 해당 카테고리에 속한 콘텐츠는 검색되지 않도록 수정
This commit is contained in:
@@ -25,6 +25,7 @@ class CreatorAdminCategoryRepository(private val queryFactory: JPAQueryFactory)
|
||||
.and(audioContent.title.contains(searchWord))
|
||||
.and(categoryContent.category.id.ne(categoryId))
|
||||
)
|
||||
.groupBy(audioContent.id)
|
||||
.fetch()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user