Skip to content

Comments

음식점 검색 기능 구현#168

Merged
james-taeil merged 4 commits intodevelopfrom
feat/#154-restaurant-search
Oct 1, 2023
Merged

음식점 검색 기능 구현#168
james-taeil merged 4 commits intodevelopfrom
feat/#154-restaurant-search

Conversation

@james-taeil
Copy link
Contributor

@james-taeil james-taeil added the develop 기능 개발 label Oct 1, 2023
@james-taeil james-taeil self-assigned this Oct 1, 2023
@james-taeil james-taeil merged commit 2fa6b8c into develop Oct 1, 2023
@hyunsb hyunsb deleted the feat/#154-restaurant-search branch October 2, 2023 11:32
@james-taeil james-taeil added the review 코드 리뷰 요청 label Oct 6, 2023
Comment on lines +106 to +112
// List<Long> subQuery = queryFactory
// .select(restaurantMenuMap.restaurant.id)
// .from(menu)
// .innerJoin(restaurantMenuMap).on(menu.id.eq(restaurantMenuMap.menu.id))
// .where(menu.name.contains(keyword)
// .or(restaurant.name.contains(keyword)))
// .fetch();
Copy link
Member

Choose a reason for hiding this comment

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

주석 지워주쎄용

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

develop 기능 개발 review 코드 리뷰 요청

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants