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

매물 검색 기능 구현 #34

Open
7 of 8 tasks
Yunkeun opened this issue Apr 20, 2022 · 0 comments
Open
7 of 8 tasks

매물 검색 기능 구현 #34

Yunkeun opened this issue Apr 20, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Yunkeun
Copy link
Member

Yunkeun commented Apr 20, 2022

검색

  • 검색어가 게시글의 title에 포함된 게시글이 조회가 된다.
    • "폴로셔츠" 검색 시 "폴로"와 "셔츠"가 모두 포함된 게시글이 검색되는데 이러한 디테일한 검색 성능으로 개선한다.
      • ex) 폴로 반팔 셔츠 M, 폴로랄프로렌 셔츠 XL
  • 검색 결과는 사진, title, 학교, 등록시간, 채팅수이다.
  • 유저가 학교 인증이 되었다면 본인 학교의 게시글이 검색 결과로 나온다.
    • 인증이 되지 않았다면 전체 게시글 검색 결과가 나온다.
  • 최신 게시글 순서로 정렬한다.
  • 한번에 10개씩 pagination을 한다.
  • 판매중, 판매완료, 판매대기 상태에 따라 검색 필터가 적용된다.
@Yunkeun Yunkeun added the enhancement New feature or request label Apr 20, 2022
@Yunkeun Yunkeun added this to the sprint3 milestone Apr 20, 2022
@Yunkeun Yunkeun self-assigned this Apr 20, 2022
Yunkeun added a commit that referenced this issue Apr 29, 2022
Yunkeun added a commit that referenced this issue May 7, 2022
…ature/#34-매물-검색-기능-구현

� Conflicts:
�	backend/src/main/java/com/hjjang/backend/global/config/SwaggerConfig.java
Yunkeun added a commit that referenced this issue May 11, 2022
Gnu-Kenny pushed a commit that referenced this issue May 24, 2022
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

When branches are created from issues, their pull requests are automatically linked.

2 participants