-
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] 검색 기능 구현 #37
[Feat] 검색 기능 구현 #37
Conversation
- 자주 조회되는 데이터 캐싱 할 수 있도록 설정 - 캐싱 만료시간은 1분으로 짧게 설정
- 일반 게시글 검색 - 톡톡 게시글 검색 - 뉴스 검색 - 용어 검색 - 최근 검색어 조회, 삭제, 전체 삭제
- 일반 게시글 검색 - 톡톡 게시글 검색 - 뉴스 검색 - 용어 검색 - 최근 검색어 조회, 삭제, 전체 삭제
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.
캐싱, redis 기능 너무 잘 활용하시는 것 같아요!! 수고하셨습니다💯👍
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.
뉴스, 게시물, 용어에 스크랩 여부만 추가하도록 하겠습니다
.fetch(); | ||
} | ||
private List<News> getNewsWithScrapByPageable( | ||
Pageable pageable, BooleanExpression predicate, NewsSort newsSort, long userId) { |
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.
쿼리 수정했습니다
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.
넵 확인했습니다!!
#️⃣연관된 이슈
📝작업 내용
게시물, 뉴스, 용어 사전 검색 기능 구현
최근 검색어 조회 및 삭제 기능 구현
뉴스 및 게시물 데이터 캐싱 적용
목록 조회 시 사용자 스크랩 여부 추가
기본 Batch Size 조정
💬리뷰 요구사항(선택)