Skip to content

release: v1.0.1 핫픽스 — solution 이미지 + 한글 검색 수정#103

Merged
thxforall merged 2 commits into
mainfrom
dev
Apr 5, 2026
Merged

release: v1.0.1 핫픽스 — solution 이미지 + 한글 검색 수정#103
thxforall merged 2 commits into
mainfrom
dev

Conversation

@thxforall
Copy link
Copy Markdown
Contributor

요약

v1.0 배포 후 발견된 2개 긴급 버그 수정.

fix(web): solution 이미지 미표시 (#97)

  • useAllSolutionsForSpots → Supabase 직접 쿼리로 전환 (Rust 백엔드 미사용)
  • server-env.ts API_BASE_URL optional 처리 (모듈 크래시 방지)
  • hero 포스트에 spots/solutions 데이터 enrichment 추가

fix(web): Explore 한글 검색 + published 필터 (#99)

  • 백엔드 빈 결과 시 Supabase synonym fallback 트리거 (한글→영문 매핑)
  • search fallback에 post_magazines inner join + created_with_solutions 필터 추가

테스트

  • tsc --noEmit 통과
  • 로컬 dev 서버 동작 확인
  • PRD 배포 후 최종 확인

Closes #97
Closes #99

thxforall and others added 2 commits April 5, 2026 10:19
* fix(web): use Supabase direct query for solutions instead of Rust proxy

- Replace listSolutions (Orval REST → Rust backend) with direct Supabase
  query in useAllSolutionsForSpots hook
- Make API_BASE_URL optional in server-env.ts to prevent module crash
  when Rust backend is not configured

Fixes #97

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(web): enrich hero posts with spots/solutions data

Hero posts were created with items: [] since the Supabase fallback was
added. Now fetches spots+solutions for hero posts server-side so item
overlay markers appear when a hero card is focused.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Trigger Supabase fallback when backend returns empty results for
  non-empty query (enables synonym expansion for Korean→English)
- Add post_magazines inner join + created_with_solutions filter to
  search fallback to match browse mode behavior

Fixes #99

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 5, 2026

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

Project Deployment Actions Updated (UTC)
decoded-app Ready Ready Preview, Comment Apr 5, 2026 1:22am

@thxforall thxforall merged commit 6d20048 into main Apr 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] Explore 검색: 한글 검색 불가 + published 필터 누락 bug: 포스트 상세에서 아이템(solution) 이미지 미표시

1 participant