Skip to content

Conversation

@tdgao
Copy link
Contributor

@tdgao tdgao commented Jan 5, 2026

Prevent single character search result flashes which are likely irrelavant to what you want.

Screen.Recording.2026-01-04.at.4.43.27.PM.mov

noLoad.value = true
if (query.value === null) {
if (query.value === null || query.value.length === 1) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would rather we debounce the single letter queries rather than break search for them

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

500ms should be okay?

@tdgao tdgao marked this pull request as draft January 5, 2026 21:31
@tdgao tdgao closed this Jan 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants