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] QueryDsl 활용한 검색 기능 구현 #68

Merged
merged 15 commits into from
Oct 30, 2024
Merged

Conversation

Bumnote
Copy link
Contributor

@Bumnote Bumnote commented Oct 30, 2024

#️⃣ 연관된 이슈

#64

📝 작업 내용

QueryDsl 활용하여 검색 기능을 구현하였습니다. keyword, location 매개변수를 받아서 강좌의 이름 또는 설명에 keyword가 포함된 모든 강좌를 선택하고, 강좌의 주소에 해당 location이 포함되어있으면 선택할 수 있게 구현하였습니다. 페이징 처리는 offset, limit를 활용하여 구현했습니다.


💬 리뷰 요구사항


Reference

QueryDsl 기초 정리

@Bumnote Bumnote added the enhancement New feature or request label Oct 30, 2024
@Bumnote Bumnote merged commit 303ba88 into develop Oct 30, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant