Skip to content

Feat(musical): 통합 검색 API 구현#88

Open
seungh22 wants to merge 5 commits intodevfrom
feat/#73-search-page
Open

Feat(musical): 통합 검색 API 구현#88
seungh22 wants to merge 5 commits intodevfrom
feat/#73-search-page

Conversation

@seungh22
Copy link
Contributor

변경 사항


구현 사항

  • 통합 검색 API (GET /api/musical/search) 구현
  • 공연명/배우명 부분 일치 검색
  • Offset-based Pagination (Load More 패턴)
  • 아티스트/공연 섹션별 독립 페이징 - 정확 일치 우선 정렬
  • 종료된 공연 필터링
  • 아티스트 출연 정보 최대 2개 표시

검색결과 응답

  • keyword: 검색어

  • artistCount/showCount: 전체 결과 수

  • hasMoreArtists/hasMoreShows: 더보기 여부

  • artists: 아티스트 목록 (프로필, 출연 정보)

  • shows: 공연 목록 (포스터, 공연장, 기간)

  • 전체 테스트 코드 성공 여부

관련 이슈


  • Notion Ticket: # 73

참고사항 (선택)


@seungh22 seungh22 requested review from YeKim1 and l-lyun March 21, 2026 13:56
@seungh22 seungh22 self-assigned this Mar 21, 2026
@seungh22 seungh22 added the ✨ Feature 기능 개발 label Mar 21, 2026
Copy link
Contributor

@YeKim1 YeKim1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

아티스트, 공연 통합검색 구현하신 것 확인했습니다!
엄청 복잡하네요........... 여기저기 조회하고 땡겨오고 그래야 하는구나.........
고생 많으셨습니다! 👍

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.

2 participants