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
Describe refactoring plans to be determined. 학교 검색 요청시 1-gram (unigram) 단위 입력 debouncing이 수행되므로, 검색결과를 LIMIT 정적 쿼리로 제한하여 응답하도록 수정합니다.
The text was updated successfully, but these errors were encountered:
♻️ refactor: 그룹 검색 결과를 50개 단위 제공 (#82)
86efb77
♻️ refactor: 그룹 조회 Top 50 검색 쿼리 추가 (#82)
0c17270
♻️ refactor: 검색 응답 제한 하향 조정 (50->30) (#82)
a0df7df
loveysuby
Successfully merging a pull request may close this issue.
♻️ Refactoring plans
Describe refactoring plans to be determined.
학교 검색 요청시 1-gram (unigram) 단위 입력 debouncing이 수행되므로, 검색결과를 LIMIT 정적 쿼리로 제한하여 응답하도록 수정합니다.
📚 Remarks
The text was updated successfully, but these errors were encountered: