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(searchbox): query debouncing #297

Merged
merged 5 commits into from Aug 16, 2023

Conversation

VladislavFitz
Copy link
Contributor

@VladislavFitz VladislavFitz commented Aug 15, 2023

Summary

This PR adds query debouncing logic into connection between SearchBoxInteractor and SearchBoxController.

The goal of debouncing it the introduction of a delay between successive query inputs. This ensures that the system doesn't get overwhelmed with rapid changes in the query reduces the frequency of unnecessary operations, providing a more responsive and efficient behavior, especially when dealing with real-time search operations.

@VladislavFitz VladislavFitz merged commit 0c3a7fd into master Aug 16, 2023
8 checks passed
@VladislavFitz VladislavFitz deleted the feat/search-box-query-debouncing branch August 24, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant