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

[BUG] 가수 검색 시 동의어가 없는 상황에 대해 처리, 동의어 추가 시 캐싱을 갱신한다. #538

Open
somsom13 opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
[ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! 🦋 Bug 🚨 버그 발생! 🚨

Comments

@somsom13
Copy link
Collaborator

버그 기능

  • 동의어가 없는 가수는 캐싱이 되지 않습니다.
  • DB에 동의어 또는 가수를 추가하게 되면, 인메모리 캐싱에는 반영이 되지 않습니다.

버그 상황 재연

  • 예시) "박재정"의 동의어가 없다면? "박재정"을 정확하게 검색해도 결과가 나오지 않는다.
  • 예시) DB에 가수의 새로운 동의어가 추가되었을 때, 인메모리 캐시에는 반영이 되지 않아 검색 결과에 포함되지 않는다.

기대 동작

  • 동의어가 없어도 검색이 된다.
  • DB에 동의어를 추가한 후, 검색 시 결과에 포함이 된다.

⏰ 예상 작업 시간

1시간

⏰ 마감일

2023년 10월 20일

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[ 🌙 BE ] 백엔드 크루들의 멋진 개발 이야기 하나둘셋 야! 🦋 Bug 🚨 버그 발생! 🚨
Projects
Status: Todo
Development

No branches or pull requests

1 participant