Skip to content

feat(search): live search while typing, debounced at 100ms#6754

Draft
meyerlor wants to merge 1 commit into3liz:masterfrom
meyerlor:feat/search-autocomplete
Draft

feat(search): live search while typing, debounced at 100ms#6754
meyerlor wants to merge 1 commit into3liz:masterfrom
meyerlor:feat/search-autocomplete

Conversation

@meyerlor
Copy link
Copy Markdown
Collaborator

@meyerlor meyerlor commented Apr 18, 2026

As discussed with @mdouchin in #6733 a draft implementation of a live search - it's not really "autocomplete" rather then "autoexecute" but that made it simpler to implement.

  • Auto-search triggers after 3 characters typed (debounced 100ms)
  • Manual submit always fires regardless of input length
  • Browser history suggestions disabled on search input
  • Extracted _performFtsSearch() and _performExternalSearch() for shared use between submit and input event handlers
Search

- Auto-search triggers after 3 characters typed (debounced 100ms)
- Manual submit always fires regardless of input length
- Browser history suggestions disabled on search input
- Extracted _performFtsSearch() and _performExternalSearch() for shared use
  between submit and input event handlers
@github-actions github-actions Bot added this to the 3.11.0 milestone Apr 18, 2026
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.

1 participant