검색 조건 기준표에 따라 검색 기능을 수정합니다 - #357
Open
dongglehada wants to merge 4 commits into
Open
Conversation
- sanitizedForSearch(): 특수기호·공백 제거 - containsStandaloneJamo(): 단독 자음(ㄱ-ㅎ) 또는 모음(ㅏ-ㅣ) 포함 여부 확인
- 특수기호·공백 제거 후 검색 처리 - 2자 미만 입력 시 검색 미실행 - 단독 자음·모음 포함 시 standaloneJamoError route 반환
- standaloneJamoError route 처리: 자음·모음 검색 불가 알림 표시 - 검색 결과 화면 진입 및 재검색 시 searchBar에 검색어 반영
- 단독 자음·모음 입력 시 standaloneJamoError 반환 검증 - 영문+자음, 영문+모음 혼합 입력 검증 - 2자 미만·빈 문자열 입력 시 mutation 없음 검증 - 특수기호·공백 제거 후 검색 처리 검증
pinocchio22
approved these changes
Aug 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 이슈
✅ 작업 사항