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] 검색 api 구현 #392

Open
1 task
Gyaak opened this issue Nov 4, 2024 · 2 comments
Open
1 task

[feat] 검색 api 구현 #392

Gyaak opened this issue Nov 4, 2024 · 2 comments
Assignees
Labels
backend 백엔드 관련 feat 기능

Comments

@Gyaak
Copy link
Collaborator

Gyaak commented Nov 4, 2024

기능

본인의 pick에대한 검색 기능 구현
folder, tag, memo를 기반으로 통합검색 제공

  • 검색 api 구현
  • task 추가 예정..
@Gyaak Gyaak added feat 기능 backend 백엔드 관련 labels Nov 4, 2024
@kimminkyeu
Copy link
Collaborator

kimminkyeu commented Nov 5, 2024

API 요청 바디에 tagIdList 추가해주세요

/* GET /api/picks?searchTokenList={...}&folderIdList={...}&tagIdList={...} */

searchTokenList: string[];
folderIdList: number[];
tagIdList: number[]; // --> 추가되었습니다.

@kimminkyeu
Copy link
Collaborator

kimminkyeu commented Nov 5, 2024

검색시 아래 케이스에 대해서 어떻게 하면 좋을까요?

일단 처음에는 아래 그림대로 중복되는 픽 범위도 같이 보내주도록 구현하고,
나중에 바꾸던지 해야 할 것 같습니다. 의견 주세요
image
@sangwonsheep @Gyaak

@sangwonsheep sangwonsheep self-assigned this Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend 백엔드 관련 feat 기능
Projects
None yet
Development

No branches or pull requests

3 participants