We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
본인의 pick에대한 검색 기능 구현 folder, tag, memo를 기반으로 통합검색 제공
folder
tag
memo
The text was updated successfully, but these errors were encountered:
/* GET /api/picks?searchTokenList={...}&folderIdList={...}&tagIdList={...} */ searchTokenList: string[]; folderIdList: number[]; tagIdList: number[]; // --> 추가되었습니다.
Sorry, something went wrong.
일단 처음에는 아래 그림대로 중복되는 픽 범위도 같이 보내주도록 구현하고, 나중에 바꾸던지 해야 할 것 같습니다. 의견 주세요 @sangwonsheep @Gyaak
kimminkyeu
sangwonsheep
Gyaak
No branches or pull requests
기능
본인의 pick에대한 검색 기능 구현
folder
,tag
,memo
를 기반으로 통합검색 제공The text was updated successfully, but these errors were encountered: