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

refactor: 상품 검색 시 정렬 조건 변경 #122

Merged

Conversation

Combi153
Copy link
Contributor

@Combi153 Combi153 commented Apr 7, 2024

📌 관련 이슈

📁 작업 설명

  • 회원가입 API 에서 어종 검색 기능을 개발하면서 기획의 변경이 생겨서 이를 반영했습니다.
    image

상품 검색 시에도 다음과 같은 정렬 조건을 따릅니다.

  1. 검색어의 위치 오름차순
  2. 글자수 오름차순
  3. 글자 오름차순

@Combi153 Combi153 self-assigned this Apr 7, 2024
Copy link

github-actions bot commented Apr 7, 2024

Test Results

 42 files  ±0   42 suites  ±0   17s ⏱️ ±0s
212 tests ±0  212 ✅ ±0  0 💤 ±0  0 ❌ ±0 
296 runs  ±0  296 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 5efb8c6. ± Comparison against base commit 92a71c0.

Copy link
Member

@TaeyeonRoyce TaeyeonRoyce left a comment

Choose a reason for hiding this comment

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

일관된 검색 정렬 좋아요~!🚀

@Combi153 Combi153 merged commit 1390f7f into develop Apr 26, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

refactor: 상품 검색 시 정렬 조건 수정
3 participants