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

[Feat/#88 검색어 자동완성] #95

Merged
merged 4 commits into from
Aug 14, 2024
Merged

[Feat/#88 검색어 자동완성] #95

merged 4 commits into from
Aug 14, 2024

Conversation

mmihye
Copy link
Member

@mmihye mmihye commented Aug 14, 2024

🚩 관련 이슈

📋 구현 기능 명세

  • 엘라스틱 서치 설치 및 설정
  • 엘라스틱 서치 서버로 데이터 추가
  • 검색어 자동완성 api 개발

📌 PR Point

  • 무슨 이유로 어떻게 코드를 변경했는지
    redis를 이용하여 개발하려다가 엘라스틱 서치에 대해 찾아보고 더 편리하고 나은거같아 바꿨습니다...

  • 어떤 부분에 리뷰어가 집중해야 하는지

  • 개발하면서 어떤 점이 궁금했는지

📸 결과물 스크린샷

스크린샷 2024-08-15 오전 3 18 50

🚀 API Endpoint

  • ~/v1/place/search/autocomplete?query=

@mmihye mmihye self-assigned this Aug 14, 2024
@mmihye mmihye added the ⚒️ Feature 기능 개발 label Aug 14, 2024
@mmihye mmihye merged commit 3bb6db8 into main Aug 14, 2024
1 check passed
@sycuuui sycuuui deleted the feat/#88 branch November 25, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
⚒️ Feature 기능 개발
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: 검색어 자동완성 구현
1 participant