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 : 제목 검색 기능 추가 #34

Merged
merged 4 commits into from
Nov 22, 2023
Merged

feat : 제목 검색 기능 추가 #34

merged 4 commits into from
Nov 22, 2023

Conversation

sebbbin
Copy link
Member

@sebbbin sebbbin commented Nov 22, 2023

  • 제목을 기반해서 검색할 수 있도록 해주었습니다.
  if (title != null && !title.trim().isEmpty()) {
            booleanBuilder.and(archive.title.contains(title));
        }
  • 동적쿼리를 이용해주었습니다.
  • title == null이면 전체를 출력해줄 수 있도록 해주었습니다.

@sebbbin sebbbin merged commit c2ea18a into develop Nov 22, 2023
1 check 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.

1 participant