Skip to content

fix: 탐색 전시분야 필터 단일 선택 처리 - #358

Merged
anjaein merged 4 commits into
developfrom
fix/search-multi-field-filter-357
Aug 20, 2026
Merged

fix: 탐색 전시분야 필터 단일 선택 처리#358
anjaein merged 4 commits into
developfrom
fix/search-multi-field-filter-357

Conversation

@anjaein

@anjaein anjaein commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

📝 작업 내용

  • 탐색 페이지의 전시분야 필터를 단일 선택 방식으로 변경했습니다.
  • 다른 전시분야를 선택하면 기존 선택이 해제되고 새 선택만 유지되도록 처리했습니다.
  • 이미 선택된 전시분야를 다시 누르면 선택이 해제되도록 처리했습니다.
  • 이전에 추가했던 다중 분야 요청 병합 로직을 제거하고 기존 단일 검색 요청 흐름으로 되돌렸습니다.

🔍 관련 이슈

🖼️ 스크린샷

  • 별도 첨부 없음

🧪 테스트 결과

  • 정상 작동 확인
  • 테스트 코드 포함 (있다면)

검증 명령:

  • pnpm lint
  • pnpm build

💬 기타 참고 사항

  • 서버는 반복 field 파라미터를 첫 번째 값만 처리하므로, 전시분야 필터는 단일 선택 UX로 맞췄습니다.
  • 전시상태/지역/전시유형의 기존 다중 선택 동작은 변경하지 않았습니다.

@coderabbitai

coderabbitai Bot commented Aug 20, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: d16c5fda-4125-4371-a2c1-51684e8bcd32


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@vercel

vercel Bot commented Aug 20, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
display-frontend Ready Ready Preview Aug 20, 2026 6:19pm

Request Review

@github-actions github-actions Bot added the hooks 커스텀 훅 관련 변경 label Aug 20, 2026
@anjaein anjaein changed the title fix: 탐색 다중 분야 필터 결과 병합 fix: 탐색 전시분야 다중 선택 결과 누락 수정 Aug 20, 2026
@anjaein anjaein self-assigned this Aug 20, 2026
@github-actions github-actions Bot added page 페이지 관련 변경 and removed hooks 커스텀 훅 관련 변경 labels Aug 20, 2026
@anjaein anjaein changed the title fix: 탐색 전시분야 다중 선택 결과 누락 수정 fix: 탐색 전시분야 필터 단일 선택 처리 Aug 20, 2026
@anjaein
anjaein merged commit a892754 into develop Aug 20, 2026
7 checks passed
@anjaein
anjaein deleted the fix/search-multi-field-filter-357 branch August 20, 2026 18:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

page 페이지 관련 변경

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix: 탐색 전시분야 필터 단일 선택 처리

1 participant