Skip to content

Commit

Permalink
Merge pull request #269 from swm-standard/seyeon/swm-203
Browse files Browse the repository at this point in the history
Fix: searchQuestions 쿼리문 distinct 제거
  • Loading branch information
adorableco authored Nov 3, 2024
2 parents 8c60f83 + 16cffb1 commit 8215701
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ class QuestionCustomRepositoryImpl(
.where(question.member.id.eq(memberId))
.leftJoin(question.tags, tag)
.fetchJoin()
.distinct()

// 태그 조건: tags로 들어온 태그들을 모두 포함하는 문제 검색
if (!tags.isNullOrEmpty()) {
Expand Down

0 comments on commit 8215701

Please sign in to comment.