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] Search debounce 수정 #316

Merged
merged 1 commit into from
Oct 13, 2023
Merged

[Feat] Search debounce 수정 #316

merged 1 commit into from
Oct 13, 2023

Conversation

42sungwook
Copy link
Contributor

@42sungwook 42sungwook commented Oct 13, 2023

Summary

Searchbar enter검색시 정확도 향상

Describe your changes

search debounce 250 -> 50으로 수정
여러가지 방안(debounce 0으로 수정, query 다시 불러오기 등)을 고려했으나
검색 페이지를 따로 만드는게 맞다고 생각들어 debounce만 수정했습니다.
검색 페이지는 이슈로 따로 만들어놓을게요!

Issue number and link

@42sungwook 42sungwook added the enhancement New feature or request label Oct 13, 2023
@42sungwook 42sungwook requested a review from yoopark October 13, 2023 08:01
@42sungwook 42sungwook self-assigned this Oct 13, 2023
@42sungwook 42sungwook linked an issue Oct 13, 2023 that may be closed by this pull request
3 tasks
@42sungwook 42sungwook force-pushed the feat/enhance_searchbar branch from 53b3e11 to 9e54ca7 Compare October 13, 2023 08:06
@yoopark
Copy link
Contributor

yoopark commented Oct 13, 2023

LGTM 👍

@42sungwook 42sungwook merged commit 929e398 into develop Oct 13, 2023
@42sungwook 42sungwook deleted the feat/enhance_searchbar branch October 13, 2023 08:20
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
Status: Done
Development

Successfully merging this pull request may close these issues.

검색바 Enter 기능 향상
2 participants