-
Notifications
You must be signed in to change notification settings - Fork 1
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
[REFACTOR] 검색 디렉토리 분리 및 쿼리 리팩토링 #341
Open
ayoung-dev
wants to merge
24
commits into
main
Choose a base branch
from
refactor/249-separate-search
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,916
−1,525
Open
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
7a6b4b5
refactor(search): 검색 기능 분리 및 elastic 서버 연결 유무에 따른 api 수정
ayoung-dev dafef89
test(search): 검색 기능 분리 및 elastic 서버 연결 유무에 따라 test 수정 및 추가
ayoung-dev bdc5ed3
test(search): import 수정
ayoung-dev 666050f
test(search): controller test 수정
ayoung-dev 6c22867
refactor(search): 커뮤니티 Document 필드 추가
ayoung-dev d2f91f5
refactor(search): 커뮤니티 검색 쿼리 수정
ayoung-dev ebb486d
test(search): 커뮤니티 검색 리팩토링에 따른 test 수정
ayoung-dev 0838c3e
refactor(search): 커뮤니티 Document updatedAt 필드 추가
ayoung-dev 3796e6b
refactor(search): 커뮤니티 게시글 findAll() -> findAllByDeletedFalse()
ayoung-dev c9c9b30
refactor(search): 개행 수정
ayoung-dev f3296ed
refactor(search): 커뮤니티 검색 test를 위한 delete 메서드 수정
ayoung-dev fe6faf5
feat(center): center id로 기관명 조회하는 로직 추가
ayoung-dev b8cf776
test(center): center id로 기관명 조회하는 로직 test 추가
ayoung-dev 26997f6
refactor(search): community elastic search 검색 메서드명 변경
ayoung-dev a989a01
refactor(search): 커뮤니티 게시글 검색 쿼리 수정
ayoung-dev 6399ad4
refactor(search): 봉사활동 모집글 document 필드 추가 및 responseDto에 fromDocument 추가
ayoung-dev 7a75784
refactor(recruit_board): 기존 findAll() -> findAllByDeletedFalse() 수정
ayoung-dev d810858
refactor(search): 봉사활동 모집글 검색 쿼리 리팩토링
ayoung-dev 21bbe8d
test(search): scheduler test 수정
ayoung-dev 1d18ef3
refactor(search): 중복 코드 추출
ayoung-dev defbe5a
refactor(search): 미구현 코드 recruitboard로 이동
ayoung-dev 6fe8f0f
test(search): 봉사활동 모집글 검색 쿼리 리팩토링에 따른 test 수정
ayoung-dev 493f1b7
fix(search): search 디렉토리 커버리지 제외
ayoung-dev b9a1f57
refactor(search): 불필요한 코드 삭제
ayoung-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
feat(center): center id로 기관명 조회하는 로직 추가
commit fe6faf5649f4f86a51fe6fd3ef7394ad31e66934
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
재중님이 만드셨던게 생각나서 참고해서 만들어봤습니당