Skip to content
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: 검색 기능 쿼리 변경 #254

Merged
merged 4 commits into from
Dec 29, 2023
Merged

Conversation

ymkim97
Copy link
Member

@ymkim97 ymkim97 commented Dec 29, 2023

📋 Checklist

  • 🔀 PR 제목의 형식을 잘 작성했나요? (e.g. feat: 유저 조회 기능 구현)
  • 🏷️ 라벨, 프로젝트, 마일스톤은 등록했나요?
  • 🧹 코드 스멜은 해결했나요?

🧩 이슈 번호

👩‍💻 공유 포인트 및 논의 사항

기존 LIKE에서 MATCH AGAINST를 이용한 Full Text Search 방식으로 변경했습니다. Develop 서버에서 먼저 테스트 할 예정입니다.

@ymkim97 ymkim97 added ♻️ refactor 기존의 코드 개선 작업 🍀 BE 백엔드 레포지토리에서의 작업 labels Dec 29, 2023
Copy link

sonarcloud bot commented Dec 29, 2023

@ymkim97 ymkim97 merged commit 64ce1a9 into develop Dec 29, 2023
2 checks passed
@ymkim97 ymkim97 deleted the #253-room-search-fulltext branch December 29, 2023 08:54
Shin-Jae-Yoon added a commit that referenced this pull request Mar 10, 2024
* chore: config hotfix 반영 (#249)

* hotfix: 랭킹 조회 업데이트

* hotfix: RestControllerAdvice 순서 적용

* refactor: SlackNotification 어노테이션 기반으로 수정

* fix: 빌드 오류 해결

* refactor: 검색 기능 쿼리 변경 (#254)

* feat: init.sql fulltext index 추가

* refactor: 엔티티에 FullText Index 정보 추가

* feat: custom hibernate sql 추가 (match against), 적용

* refactor: test 코드 수정

* feat: 쿠폰 캐싱 기능 구현 (#255)

* retactor : ClockHolder 메서드명 변경

* feat: ClockHolder 시간 추가

* style: ClockHolder 및 메서드명 변경

* feat : Cache 기능 추가

* docs : Reame 작성

* refactor: Match Against 변경

* refactor: rollback

* feat: restdoc openapi 연동 (#259)

* refactor: Readme 수정 (#261)

* feat: java scouter 추가

* refactor: Readme 파일 수정

* fix: aws 다른 계정 이관하면서 acm 추가로 인한 수정

* fix: docker-compose certbot 해제

* feat: rds config 수정

---------

Co-authored-by: parksey <[email protected]>
Co-authored-by: kmebin <[email protected]>
Co-authored-by: Youngmyung Kim <[email protected]>
Co-authored-by: 홍혁준 <[email protected]>
Co-authored-by: ymkim97 <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍀 BE 백엔드 레포지토리에서의 작업 ♻️ refactor 기존의 코드 개선 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

검색 기능 LIKE operator에서 MATCH AGAINST로 변경
2 participants