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/#27 #28

Merged
merged 9 commits into from
May 20, 2024
Merged

Feat/#27 #28

merged 9 commits into from
May 20, 2024

Conversation

rlarlgnszx
Copy link
Member

@rlarlgnszx rlarlgnszx commented May 16, 2024

✨ 해결한 이슈번호

  • closes: #이슈번호

📋 요구사항 분석

  • 소문자,대문자 상관없이 검색되게 변경

📢 주요 코드 설명

  • 검색 부분에 IgnoreCase 추가
    List<Product> findByBrandTitleContainingIgnoreCaseOrTitleContainingIgnoreCaseOrEngTitleContainingIgnoreCase(String findName1,String findName2,String findName3);
    List<Product> findByEngTitleContainingIgnoreCaseOrTitleContainingIgnoreCaseOrderByIdDesc(String findName1,String findName2);

@rlarlgnszx rlarlgnszx added 🐯 기훈 ✨ Feat 새로운 기능을 추가합니다. labels May 16, 2024
@rlarlgnszx rlarlgnszx requested a review from mini-min May 16, 2024 11:18
@rlarlgnszx rlarlgnszx self-assigned this May 16, 2024
Comment on lines 36 to 52
//
// public void saveMember(){
// Member member = Member.builder()
// .name("kihoon")
// .name("IOS")
// .age(20)
// .build();
//
// memberRepository.save(member);
//
//
// Member member2 = Member.builder()
// .name("ANDROID")
// .age(20)
// .build();
//
// memberRepository.save(member2);
// }
Copy link
Member

Choose a reason for hiding this comment

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

p3:
빠른 반영 감사합니당!!

@rlarlgnszx rlarlgnszx merged commit c1bf7b6 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.

2 participants