-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat #51] 질문 검색 결과에 북마크 수, 추천 수 추가 #52
Conversation
Test Results73 tests 68 ✅ 7s ⏱️ Results for commit ae380bd. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
일정이 있어서 리뷰가 늦어졌네요..
수고 많으셨습니다!
.select(new QQuestionPostSimpleResponse( | ||
questionPost, | ||
saved.count.coalesce(0), | ||
recommend.count.coalesce(0) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
삼항 연산자를 쓰는기 불편했는데 coalesce()를 쓰면 null일 때 0으로 반환되군요? 저도 써봐야겠네요!
관련 이슈
📑 작업 상세 내용
💫 작업 요약
🔍 중점적으로 리뷰 할 부분