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: 사용자는 도메인을 검색할 수 있다. #59

Merged
merged 3 commits into from
Mar 27, 2024

Conversation

hseong3243
Copy link
Owner

작업 내용

  • 도메인 목록 조회 로직을 구현하였습니다.
  • 루트 도메인을 검색어로 입력받는 경우 like 검색어% 조건으로 필터링을 수행합니다.
  • 표현 계층 dto에서 검색어가 null 인 경우 기본값을 ""(공백)으로 설정하였습니다.

관련 이슈

@hseong3243 hseong3243 added the Feat 새로운 기능을 개발합니다. label Mar 27, 2024
@hseong3243 hseong3243 self-assigned this Mar 27, 2024
@hseong3243 hseong3243 linked an issue Mar 27, 2024 that may be closed by this pull request
Copy link

Test Results

129 tests  +2   129 ✅ +2   2s ⏱️ ±0s
 44 suites +1     0 💤 ±0 
 44 files   +1     0 ❌ ±0 

Results for commit d391b6d. ± Comparison against base commit c91acf8.

@hseong3243 hseong3243 merged commit dfd4445 into main Mar 27, 2024
2 checks passed
@hseong3243 hseong3243 deleted the feat/#58-search-domain branch March 27, 2024 15:09
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: 사용자는 도메인을 검색할 수 있다.
1 participant