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

Feat/#29 #30

Merged
merged 3 commits into from
May 20, 2024
Merged

Feat/#29 #30

merged 3 commits into from
May 20, 2024

Conversation

rlarlgnszx
Copy link
Member

✨ 해결한 이슈번호

📋 요구사항 분석

  • 검색 조회 API 개수제한 기능 추가

📢 주요 코드 설명

Data JPA 기능중 TOP{n} by 를 사용하여 구현하였습니다.

List<Product> findTop12ByBrandTitleContainingIgnoreCaseOrTitleContainingIgnoreCaseOrEngTitleContainingIgnoreCase(String findName1,String findName2,String findName3);
List<Product> findTop5ByEngTitleContainingIgnoreCaseOrTitleContainingIgnoreCaseOrderByIdDesc(String findName1,String findName2);

@rlarlgnszx rlarlgnszx added 🐯 기훈 ✨ Feat 새로운 기능을 추가합니다. labels May 16, 2024
@rlarlgnszx rlarlgnszx requested a review from mini-min May 16, 2024 16:58
@rlarlgnszx rlarlgnszx self-assigned this May 16, 2024
@rlarlgnszx rlarlgnszx merged commit 3a2613e into main May 20, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feat 새로운 기능을 추가합니다. 🐯 기훈
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feat] 검색 API 숫자 제한 기능 추가
1 participant